What problem does it solve? Reviewing pull requests and code changes manually is slow and inconsistent, and single-perspective reviews often miss security vulnerabilities or architectural tradeoffs. This Skill runs a structured two-lane review that produces severity-rated findings and a deterministic merge-readiness verdict. ## Core Features & Use Cases - Parallel Review Lanes: Delegates to a code-reviewer agent for security, quality, performance, and maintainability checks, plus an architect agent for design-tradeoff analysis. - Severity-Rated Findings: Classifies issues as CRITICAL, HIGH, MEDIUM, or LOW with file:line locations and concrete fix recommendations. - Deterministic Merge Gating: Combines lane outputs into APPROVE, REQUEST CHANGES, or COMMENT verdicts using explicit rules, with architect BLOCK status forcing a change request. - Use Case: Before merging a pull request, run the review to get a synthesized report covering both code-level issues and architectural watch items, with approval blocked if independent review evidence is unavailable. ## Quick Start Ask the assistant to review the current git diff or a specific set of changed files before merging your pull request.