What problem does it solve? Code merged without structured review accumulates defects, security vulnerabilities, and architectural debt. This Skill enforces a consistent multi-axis review process so every change is evaluated against the same quality gates before entering the main branch. ## Core Features & Use Cases - Five-Axis Review: Evaluates every change for correctness, readability, architecture, security, and performance with concrete checklists per axis. - Adversarial Pass: Runs a mandatory disconfirming review that tries to prove each acceptance criterion is not met, forcing a REQUEST CHANGES verdict if any criterion is refuted. - Severity-Labeled Findings: Categorizes feedback as Critical, Nit, Optional, or FYI so authors know what blocks merge versus what is a suggestion. - Use Case: Before merging a pull request that adds a payment feature, run this review to verify behavioral tests exist for each acceptance criterion, check domain guardrails like avoiding floating-point money types, and produce a severity-labeled findings list. ## Quick Start Review the current uncommitted changes against the task spec and produce a severity-labeled findings report with an approve or request-changes verdict.