What problem does it solve? Code reviews often miss real defects or get buried in style nitpicks and speculative concerns. This Skill performs a read-only, defect-first review of a code change and returns only concrete, actionable findings the author would likely fix. ## Core Features & Use Cases - Defect-First Review: Inspects the full diff and surrounding code to identify regressions affecting correctness, security, performance, or maintainability. - Base-Branch Comparison: Resolves merge-base against the branch upstream to review the changes that would actually merge, not just a raw diff against the branch tip. - Prioritized Findings: Reports each issue with a P0-P3 severity, file and line reference, and a short explanation, followed by an overall assessment and test gaps. - Use Case: Delegate review of uncommitted changes or a feature-branch diff before merging, and receive a concise list of verified defects instead of noise. ## Quick Start Use the review-agent skill to review my uncommitted changes and return every actionable finding.