What problem does it solve?
This Skill automates and consolidates multiple review sources—local AI agents, Codex, and remote GitHub reviewers—so maintainers get a single deduplicated, prioritized list of issues instead of sifting through fragmented reviewer outputs.
Core Features & Use Cases
- Launches parallel local AI review agents (multiple Claude subagents and Codex) and a remote review fetch to gather Gemini, Copilot, and human comments.
- Supports modes for full, mini (fast/cheap), passthrough, and autonomous fix flows, plus base-branch overrides and PR URL detection.
- Evaluates remote bot readiness, deduplicates findings into canonical issues, assigns IDs, and formats collaborative or passthrough reports suitable for merge decisions.
- Use case: on a feature branch, run a single command to run local reviews, fetch remote bot/human feedback, and receive a synthesized, prioritized review summary with remediation guidance.
Quick Start
Run /review-pr to auto-detect the current branch PR, run local and remote reviews in parallel, and return a synthesized collaborative review.