What problem does it solve?
This Skill automates the PR review feedback loop, reducing manual toil by coordinating CI checks and multiple automated review bots to fetch comments, categorize issues, and drive iterative fixes.
Core Features & Use Cases
- Multi-bot orchestration: Gemini Code Assist, Cursor Bugbot, Claude, and optional agent reviewers defined in AGENT-REVIEWERS.md.
- CI and comment synchronization: Monitors CI status, aggregates review comments, and triggers subsequent reviews to accelerate PR maturation.
- Safe automation with scripts: Uses dedicated scripts like commit-and-push.sh and reply-to-comment.sh to enforce safe, auditable interactions.
- Beads integration for enhancements: Beads tickets can be created for out-of-scope suggestions when beads is installed.
Quick Start
Trigger the PR review loop for a PR number by starting a Gemini review and waiting for results:
- scripts/trigger-review.sh <PR> --gemini --wait
If Gemini is rate-limited, use Claude fallback:
- scripts/trigger-review.sh <PR> --claude