What problem does it solve?
Manually managing PR review cycles—collecting feedback, triaging findings, fixing issues, and monitoring CI—is repetitive, error-prone, and easy to get stuck in infinite loops without proper guardrails.
Core Features & Use Cases
- Parallel Review Orchestration: Runs multiple review agents (codex review, adversarial review, pr-review-toolkit) in parallel to collect comprehensive feedback in a single pass.
- Intelligent Finding Triage: Cross-validates findings across review sources, applies session-aware severity adjustment, and filters out false positives to prioritize critical issues.
- Iterative Fix & CI Monitoring: Automatically fixes triaged issues, runs local validation, monitors CI status, and retries failed CI jobs up to a configurable limit before escalating to humans.
- Use Case: Ideal for software teams that want to automate the full PR review follow-up workflow, reducing manual overhead while ensuring no critical findings are missed.
Quick Start
Use the address-pr-review skill to automatically process all review findings for your current open PR, including triage, fixes, and CI monitoring, with configurable iteration and severity thresholds.