What problem does it solve? Reviewing code changes thoroughly requires checking security, correctness, performance, and consistency, which is time-consuming and easy to do inconsistently when done manually. ## Core Features & Use Cases - Parallel Specialized Reviewers: Launches four sub-agents (security, correctness, performance, consistency) simultaneously, each focused on its own domain. - Flexible Review Targets: Reviews the current branch against main, a specific branch, or a GitHub PR by number, with an option to run only selected reviewers via --only. - Unified Report and Fixes: Aggregates findings into a single severity-ranked report and optionally fixes actionable issues with individual commits. - Use Case: Before merging a feature branch, run the review to get a consolidated report of security vulnerabilities, logic bugs, performance concerns, and architecture deviations, then have the actionable findings fixed and verified automatically. ## Quick Start Ask the assistant to review the current branch changes against main, or provide a PR number such as "review PR #1561" to get a full multi-domain code review report.