What problem does it solve?
Manual code reviews are time-consuming, inconsistent, and often miss cross-PR patterns, convention drift, and reproducible verification steps; this Skill automates a disciplined, evidence-based review workflow and produces a persistent report artifact for asynchronous collaboration.
Core Features & Use Cases
- End-to-end review orchestration: determines diff scope (unstaged, staged, branch, or PR), runs mechanical checks (linters, imports, tests), and performs verification passes when required.
- Parallel analysis agents: launches specialized agents for code quality, silent failure hunting, type design, and comment quality to produce structured findings.
- Report generation & provenance: writes a full review file to docs/reviews on the PR branch, includes spec compliance tables, root cause analysis, fix guides, and a short chat summary for posting to GitHub.
- Use Cases: auditing a GitHub PR for spec compliance, verifying fixes on an R2 pass, or producing a review artifact for stacked PRs and cross-PR convention checks.
Quick Start
Ask the review skill to review PR 42 and save a structured report to docs/reviews for the branch.