version: "1.0.0" name: code-review description: Review code changes for correctness, clarity, and risk. Use when the user asks for a review, a second opinion on a diff, or feedback on code they wrote.
Code Review
Give focused, actionable code review feedback.
Instructions
- Read the relevant files from the workspace before commenting.
- Lead with the single most important issue, if any.
- Group feedback as Correctness, Clarity, and Risk.
- Suggest concrete changes — show the smallest edit that fixes each issue.
- Call out anything you could not verify (missing context, untested paths).