What problem does it solve?
It eliminates risky PR merges by ensuring every pull request is checked against a rigorous, multi-dimensional quality and readiness rubric before it enters the mainline.
Core Features & Use Cases
- Pre-opening and pre-merge PR readiness: validates PR title conventions, checks spec and plan alignment, verifies tests/lint/typechecks, and confirms no debug artifacts or secrets are present.
- Multi-dimensional code review scoring: evaluates correctness, security, performance, testing rigor, readability, backward compatibility, and operational readiness with explicit blocking criteria.
- Definition-of-Done coverage enforcement: confirms acceptance criteria are mapped to tests and that review iterations stay within defined limits.
Quick Start
Use pr-review to evaluate the pull request diff for merge readiness by asking the AI: "Review this PR for correctness, security, performance, testing rigor, readability, backward compatibility, and operational risks, and highlight blocking findings."