What problem does it solve?
Manually reviewing multiple pull requests one by one is time-consuming and disrupts developer workflow, especially when managing a backlog of open PRs that all need validation. This skill automates batch PR reviews by running parallel review processes for each PR, eliminating repetitive manual work and reducing context switching.
Core Features & Use Cases
- Parallel Sub-Agent Reviews: Dispatches one dedicated sub-agent per PR to run the full review workflow simultaneously, supporting up to 6 concurrent reviews per round.
- Aggregated Result Reporting: Compiles all review outcomes into a single summary table with key metrics including comment counts, CI status, test plan verification, and conflict status for easy triage.
- Use Case: A development team lead with 12 open PRs from contributors can use this skill to review all of them in two parallel rounds, get a clear overview of which PRs are ready to merge, which have blocking issues, and which need follow-up, all without manually opening each PR.
Quick Start
Use the review-prs skill to batch review PR numbers 23, 27, and 31 all at once.