What problem does it solve? Code reviews often miss real defects or drown authors in nitpicks about formatting and style. This Skill performs disciplined, read-only reviews of the exact scope you specify and reports only actionable issues affecting correctness, security, performance, or maintainability. ## Core Features & Use Cases - Scoped Review Targets: Review local uncommitted changes (staged, unstaged, untracked), specific commits, branches, pull requests, files, or functions, always respecting the comparison base you name. - Calibrated Findings: Reports only discrete, verifiable defects introduced by the change, each with a concrete trigger, resulting impact, file, and minimal line range. - Read-Only Safety: Uses inspection and read-only Git commands only; it never edits files, creates commits, or pushes branches unless you also ask for fixes. - Use Case: Before merging a feature branch, ask for a review of the branch against main and receive a compact list of real bugs, such as a null dereference on a new code path, instead of style commentary. ## Quick Start Ask the assistant to review my current uncommitted changes for defects using the code-review skill.