What problem does it solve?
review-pr removes uncertainty in pull request reviews by performing a deterministic, diff-scoped quality assessment and applying a confidence-gated routing decision that can halt the ship pipeline on critical issues.
Core Features & Use Cases
- Diff-scoped quality review: Evaluates only the changed paths and never runs a full-repo quality check.
- Deterministic evidence-backed findings: Classifies findings using a PR severity taxonomy mapped from existing KB standard IDs.
- Confidence-gated routing & reviewer selection: Computes a weighted confidence score, selects top reviewers from recent committers on changed paths (excluding the PR author), and posts/updates a structured routing comment.
Use case: When a team wants enterprise-grade PR quality gates, review-pr can automatically request changes (for P1) and escalate when confidence is below a configured threshold, while leaving a consistent, structured audit trail.
Quick Start
Run the review-pr skill for PR #123 and let it post a structured routing comment with confidence-gated outcomes.