wp-pr-review
wp-pr-review
Review WordPress plugin pull requests for security, performance, standards, and compatibility.
Context Files
$JAAN_LEARN_DIR/jaan-to-wp-pr-review.learn.md- Past lessons (loaded in Pre-Execution)$JAAN_TEMPLATES_DIR/jaan-to-wp-pr-review.template.md- Report output template- Research:
$JAAN_OUTPUTS_DIR/research/67-wp-pr-review.md- Full research document ${CLAUDE_PLUGIN_ROOT}/docs/extending/language-protocol.md- Language resolution protocol
Reference files (loaded on demand during review):
references/security-checklist.md- Sanitization, escaping, nonce, capability, DB securityreferences/performance-checklist.md- N+1 queries, autoload, unbounded queries, asset loadingreferences/standards-checklist.md- WPCS naming, Yoda, i18n, prefix, WP API usagereferences/vulnerability-patterns.md- CVE patterns, grep commands, dangerous functionsreferences/addon-ecosystem.md- Hook contracts, API stability, schema changes
Output path: $JAAN_OUTPUTS_DIR/wp/pr/ — ID-based folder pattern.
More from parhumm/jaan-to
ux-microcopy-write
Generate multi-language microcopy packs for UI components with cultural adaptation. Use when writing UI text and translations.
11sec-audit-remediate
Generate security fixes from detect-dev findings with regression tests. Use when remediating security vulnerabilities.
10detect-product
Product reality extraction with evidence-backed features, monetization, and metrics. Use when analyzing product capabilities.
9release-iterate-changelog
Generate changelog with user impact notes and support guidance from git history. Use when preparing release notes.
9backend-scaffold
Generate production-ready backend code with routes, data models, service layers, and validation. Use when scaffolding backend from specs.
9detect-dev
Engineering audit with SARIF evidence, 4-level confidence, and OpenSSF scoring. Use when evaluating repository health or code quality.
8