What problem does it solve? Choosing and coordinating the right reviewer for each artifact is error-prone: PR diffs, specs, tests, security, CI configs, and design docs each need different checks. This Skill provides a single entry point that routes every review request to the correct specialized agent, dispatches them in parallel where possible, and merges results into one gate report. ## Core Features & Use Cases - Unified routing: One command (/review) with subcommands for PR, spec, tests, security, language, CI, HLD, API contracts, IaC, ERD, E2E, accessibility, and 15+ other review types, plus natural-language triggers like "review my PR". - Parallel multi-agent review: /review all scans the diff, conditionally dispatches pr-reviewer, spec-impl-reviewer, test-quality-reviewer, and security-reviewer in parallel, then aggregates verdicts into a merge-readiness report. - Severity-based gating: Critical findings block the merge; the aggregated report lists must-fix and should-fix items with file and line references. - Use Case: Before merging a feature branch, run /review all to get a single gate table covering PR quality, spec compliance, test quality, and security, saved to a dated report file. ## Quick Start Ask the assistant to run /review all on the current branch to dispatch all PR-scoped review agents and produce an aggregated merge-readiness report.