What problem does it solve? Code reviews often miss real defects or get buried in style nitpicks and speculative concerns. This Skill performs a disciplined, read-only review of a specified change and returns only concrete, actionable findings that 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 awareness: Resolves merge-base comparisons against upstream branches so reviews reflect what would actually merge. - Prioritized findings: Reports issues ordered by severity using P0–P3 priorities with file and line references, plus an overall assessment and test-gap notes. - Use Case: A delegating agent asks for a review of uncommitted changes before merging; this Skill inspects the diff, verifies each finding against tests and call sites, and returns a concise list of real defects. ## Quick Start Use the review-agent skill to review my uncommitted changes and return all actionable findings.