What problem does it solve?
This Skill helps ensure a proposed pull-request plan is actionable, deterministic, and testable before execution, reducing the chance of wasted effort and low-quality PR attempts.
Core Features & Use Cases
- Plan-focused critique: Reviews the submitted plan artifact (the latest stage plan and captured context refs) rather than the author’s intent.
- Approach-discipline gate for code-pr: Rejects plans missing required mechanics like clone-and-branch steps,
gh pr create, and deterministic decision points tied to exact Approach values.
- Weighted rubric approval: Scores completeness, scope, edge cases, plausibility, reuse, and test-plan quality, rejecting below a 0.70 threshold and escalating approval quality accordingly.
- Operator-oriented outcomes: Never advances to
awaiting_operator; instead it either rejects for iteration or approves (clean or with concerns) based on rubric results.
Quick Start
Use the review-plan / code-pr Skill to critique a PR plan artifact for playbook: code-pr and return an approval or rejection with dimension scores.