What problem does it solve? Manual code reviews often miss subtle bugs, edge cases, and deviations from specifications. This Skill automates adversarial code review by running parallel review layers and triaging findings into actionable categories, so nothing slips through. ## Core Features & Use Cases - Parallel Adversarial Review: Launches three review layers — Blind Hunter (diff-only), Edge Case Hunter (diff plus project access), and Acceptance Auditor (diff plus spec) — to catch issues from multiple angles. - Structured Triage: Normalizes, deduplicates, and classifies findings into decision-needed, patch, defer, or dismiss buckets. - Sprint Integration: Writes findings to story files, syncs sprint-status.yaml, and supports customizable workflow overrides via TOML configuration. - Use Case: After finishing a feature branch, ask for a code review against main; the Skill gathers the diff, runs the review layers, presents triaged findings, and optionally applies patches automatically. ## Quick Start Say "run code review" or "review this code" and specify what to review, such as uncommitted changes, a branch diff against main, or a specific commit range.