What problem does it solve?
Reviewing many open pull requests one by one exhausts context and produces shallow, inconsistent feedback, especially with stacked branches, merge conflicts, or security-sensitive changes.
Core Features & Use Cases
- Parallel fan-out review: Spawns one read-only review subagent per PR or per stack, each producing a structured verdict (APPROVE / APPROVE WITH NITS / REQUEST CHANGES) with severity-tagged findings.
- Tailored rubrics: Applies a fixed review rubric covering correctness, security, privacy/logging, test non-vacuity, and structural maintainability, with adversarial angles customized per PR.
- Cross-PR synthesis and posting: Aggregates verdicts into a summary table, identifies recurring bug classes and landing order, and posts review comments via the GitHub CLI only when requested.
- Use Case: A maintainer returns to a repository with 15 open PRs including a stacked series and a conflicting branch; the skill triages them, reviews each in parallel, and delivers a consolidated report of what to land first.
Quick Start
Ask the assistant to review the open PRs in the current repository using the gh CLI.