Skip to main content
ClaudeWave
Slash Command217 estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

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).