What problem does it solve? WordPress plugin developers face rejection from WordPress.org, security breaches, and performance problems caused by missed bugs in their code. This Skill performs a systematic 10-stage audit covering coding standards, security, data handling, hooks, performance, REST API, and WordPress.org review requirements before submission. ## Core Features & Use Cases - Security Audit: Detects missing nonce verification, unescaped output, SQL injection, missing capability checks, insecure file uploads, and CSRF vulnerabilities with concrete wrong/right code examples. - WPCS Standards Enforcement: Checks WordPress Coding Standards compliance, prefixing rules for all globals, file naming conventions, and phpcs configuration. - Performance & Hook Debugging: Identifies N+1 queries, autoloaded option bloat, missing transient caching, hook priority conflicts, and remove_action failures with class instances. - Use Case: Before submitting a plugin to WordPress.org, run this audit to catch the sanitization, escaping, and readme.txt issues that cause 95% of review team rejections. ## Quick Start Review my WordPress plugin code for security vulnerabilities, coding standard violations, and WordPress.org rejection risks.