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 of uncommitted changes, a base-branch comparison, or a commit, flagging only regressions introduced by the change. - Correct Merge-Base Comparison: Resolves the branch upstream and uses git merge-base to review the changes that would actually merge, avoiding misleading diffs against branch tips. - Prioritized Findings: Reports each issue with a P0-P3 severity, a file and line citation, and a short explanation, followed by an overall assessment and test gaps. - Use Case: After finishing a feature branch, delegate a review before opening a pull request to catch correctness, security, or performance regressions without modifying any files. ## Quick Start Use the review-agent skill to review my uncommitted changes and return all actionable findings.