What problem does it solve?
Automates the end-to-end PR review process by reading the diff, evaluating it against the project's task, craft, and test rules, and taking the corresponding action (approve and merge if accepted; or request changes with concrete comments). The verdict is based on a formal rule-check against the kit's governance contracts and gates, ensuring reviews are consistent and auditable.
Core Features & Use Cases
- Automated diff evaluation against task-rules.md, craft-rules.md, test-rules.md, and git-flow-rules.md to determine eligibility for merge.
- Binary, actionable verdicts: accept with merge, or reject with explicit, line-numbered blockers and references to the violating rule.
- Deterministic merge behavior: posts an approval and merges via GitHub CLI when all checks pass, respecting branch protections and hard gates.
- Audit trail and rationale: the review includes the specific rules and reasoning that led to the verdict for transparency.
Quick Start
Invoke the peer-review skill on a PR to have Claude read the diff, evaluate it against the project rules, and post an actionable verdict with merge if accepted.