Skip to main content
ClaudeWave
Slash Command217 repo starsupdated 8mo ago

wp-perf-review

The wp-perf-review command performs comprehensive WordPress performance code analysis by detecting database anti-patterns, caching inefficiencies, hook problems, and scalability issues. Use this tool when reviewing WordPress codebases to identify performance bottlenecks, optimize database queries, and ensure proper implementation of WordPress standards before deployment.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/elvismdev/claude-wordpress-skills/HEAD/commands/wp-perf-review.md -o ~/.claude/commands/wp-perf-review.md
Then start a new Claude Code session; the slash command loads automatically.

wp-perf-review.md

Use and follow the **wp-performance-review** skill to perform a comprehensive WordPress performance code review.

**Target**: $ARGUMENTS (if empty, use current working directory)

Execute the full Code Review Workflow from the skill, load reference files as needed for deeper analysis, and format output using the skill's Output Format section with severity levels (Critical/Warning/Info).