What problem does it solve? Code reviews often miss defects because a single reviewer cannot simultaneously watch for security holes, reliability failures, maintainability drift, and general quality issues. This Skill coordinates four specialized review personas in parallel, then aggregates, deduplicates, filters, and triages their findings into a single verdict. ## Core Features & Use Cases - Four-axis parallel review: Dispatches security, reliability, maintainability, and senior-generalist reviewer personas against the same diff, with support for named axis subsets. - Aggregation and triage pipeline: Deduplicates overlapping findings, filters by confidence and priority, assigns REVIEW-NNN ids, and asks the user to classify each blocking finding as Fix or Accept. - Accepted Review Exceptions registry: Records human-approved waivers as AR entries in AGENTS.md so accepted risks are remembered and automatically downgraded on later reviews. - Use Case: Before merging a feature branch, run the review against git diff main...HEAD to receive prioritized findings with locations, confidence levels, and a Stage Status of pass, needs-decision, or changes-required. ## Quick Start Review the changes on my current branch against main and report any blocking security or reliability findings.