wp-pr-review

Reviews WordPress plugin pull requests for security, performance, standards, and compatibility.

25|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/parhumm/jaan-to --skill wp-pr-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-pr-review
Source: https://github.com/parhumm/jaan-to/tree/main/adapters/codex/skillpack/skills/wp-pr-review
Command: npx skills add https://github.com/parhumm/jaan-to --skill wp-pr-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

WordPress plugin PR reviews are often inconsistent and error-prone, making it hard to reliably assess security, performance, standards adherence, and backward compatibility across changes. This Skill provides a structured, repeatable review workflow that surfaces critical issues early and standardizes quality checks.

Core Features & Use Cases

  • Deterministic grep-based scanning of changed PHP files against security, performance, and standards patterns.
  • Context-aware loading of project configuration (PHPCS, plugin header) and template-driven report generation.
  • Hard-stop review gate with ID- and slug-based output storage for auditability and traceability.
  • Use Case: maintainers can enforce consistent PR reviews across a team and produce actionable reports for stakeholders.

Quick Start

Run the wp-pr-review skill on a PR URL to generate a structured security-focused review report.

Frequently Asked Questions about wp-pr-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate WordPress plugin PR reviews for security and code standards?

WordPress plugin PR reviews for security and code standards are automated by scanning changed PHP files with deterministic grep patterns. The review generates a formal report covering security, performance, standards, and backward compatibility.

What is the best way to check WordPress pull requests for backward compatibility?

Checking WordPress pull requests for backward compatibility is handled by applying deterministic compatibility checks to the code diffs. This process evaluates changes against reference checklists to ensure updates do not break existing functionality.

Can I use automated code review on GitHub and GitLab repositories for WordPress plugins?

Automated code review on GitHub and GitLab repositories for WordPress plugins is supported by loading diffs and project configuration context. It produces an actionable, template-driven report stored with ID- and slug-based naming for auditability.

How do I enforce consistent code quality checks across a team maintaining WordPress plugins?

Consistent code quality checks across a team maintaining WordPress plugins are enforced through a hard-stop review gate. By loading project configurations like PHPCS and plugin headers, it standardizes quality assessments and surfaces critical issues early.

Does automated WordPress PR review work with existing PHPCS configurations?

Automated WordPress PR review works with existing PHPCS configurations by loading project context during the analysis phase. It combines this configuration data with diff scanning to produce a structured, security-focused review report.