Quality

WordPress Performance Review

by elvismdev

WordPress Performance Review is a Quality skill for Claude Code, published by elvismdev in claude-wordpress-skills.

227 stars17 forkson elvismdev/claude-wordpress-skillsAdded 2026/09/03Repository updated 2025/11/29
ai-toolsclaude-codeclaude-skillsperformance-analysissecurity-auditwordpresswordpress-development
Install in seconds
Install WordPress Performance Review
Copy WordPress Performance Review into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/elvismdev/claude-wordpress-skills/tree/master/skills/wp-performance-review ~/.claude/skills/wp-performance-review

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/elvismdev/claude-wordpress-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/wp-performance-review/SKILL.md in elvismdev/claude-wordpress-skills
Installs to
~/.claude/skills/wp-performance-review
Collection
The only skill cataloged from this repository
Category
Quality1478 skills

What WordPress Performance Review does

WordPress Performance Review checks themes, plugins, and custom code for slow queries, cache bypasses, and other performance anti-patterns. Use it when reviewing code before launch or diagnosing slow loads, timeouts, or memory issues.

WordPress Performance Review is cataloged under Quality on DirSkills. WordPress Performance Review comes from a repository tagged ai-tools, claude-code, claude-skills, performance-analysis and security-audit.

Documentation

README

WordPress Performance Review Skill

Overview

Systematic performance code review for WordPress themes, plugins, and custom code. Core principle: Scan critical issues first (OOM, unbounded queries, cache bypass), then warnings, then optimizations. Report with line numbers and severity levels.

When to Use

Use when:

  • Reviewing PR/code for WordPress theme or plugin
  • User reports slow page loads, timeouts, or 500 errors
  • Auditing before high-traffic event (launch, sale, viral moment)
  • Optimizing WP_Query or database operations
  • Investigating memory exhaustion or DB locks

This is the opening of the README. Read the full README on GitHub.

Frequently asked about WordPress Performance Review

  • How does WordPress Performance Review compare to other Quality skills?

    WordPress Performance Review ranks #1377 by stars among the 1478 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of WordPress Performance Review against them. Open each page to compare what they document and how they install.