wp-plugin-review
Installation
SKILL.md
WordPress Plugin Review Skill
Review WordPress plugins for security, coding standards, repository guidelines, unit tests, and accessibility. Produces a comprehensive Markdown report with findings, severity levels, and fix recommendations.
Overview
This skill performs a two-phase review:
- Automated Analysis — Install and run PHPCS (with WPCS rules), PHPStan, and PHPUnit
- Manual Code Review — Deep inspection of security patterns, repo compliance, accessibility, and architecture
The final output is a structured Markdown report saved to /mnt/user-data/outputs/.
Workflow
Phase 0: Setup Environment
Related skills