From wordpress-skills
Reviews WordPress REST API implementations — validates route registration, permission callbacks, request arguments, schema handling, and response design, producing a findings report with severity levels.
How this command is triggered — by the user, by Claude, or both
Slash command
/wordpress-skills:wp-rest-review file-or-directoryThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use and follow the **wp-rest-api-development** skill to perform a comprehensive WordPress REST API 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). If broader security concerns are found, suggest running `/wp-sec-review`. If plugin-level architecture concerns dominate, suggest running `/wp-plugin-review`.
Use and follow the wp-rest-api-development skill to perform a comprehensive WordPress REST API 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). If broader security concerns are found, suggest running /wp-sec-review. If plugin-level architecture concerns dominate, suggest running /wp-plugin-review.
npx claudepluginhub jorgerosal/wordpress-skills/wp-perf-reviewPerforms a comprehensive WordPress performance code review, detecting database anti-patterns, caching issues, hook problems, and scalability concerns in a file or directory.