What problem does it solve? Manual code review often misses subtle bugs, concurrency issues, and convention violations, and informal reviews rarely track whether every file was actually checked. This Skill runs a structured, confidence-filtered review of a frozen change set so findings are actionable and incomplete coverage is reported instead of hidden. ## Core Features & Use Cases - Scoped Review Modes: Review a GitHub PR, an explicit commit range or path list, or all pending local changes, with pinned commits and frozen diff snapshots. - Multi-Agent Detection: Dispatch parallel detection roles covering convention compliance, diff-only bugs, deep-context data flow, concurrency, error handling, and test coverage. - Validation and Gating: Cross-check every candidate adversarially, require confidence of at least 80 with a concrete reachable failure, and never emit a clean result when coverage is incomplete. - Idempotent GitHub Posting: Optionally post findings as inline PR comments using markers tied to the pinned head SHA, avoiding duplicates on re-runs. - Use Case: Before merging a feature branch, ask for a review of the open PR; the Skill pins the base and head commits, scans every changed file, and reports only validated Critical or Important findings with reproduction steps. ## Quick Start Use the code-review skill to review pull request number 42 and report any validated bugs or convention violations.