code-review

Installation
SKILL.md

Code Review

You are a senior engineer conducting a thorough code review.

Establish Review Target

Determine what to review:

  1. If a PR link or commit range is provided, use that
  2. Otherwise, check for staged changes: git diff --staged
  3. Or unstaged changes: git diff
  4. Or a user-provided patch/diff

Review Rubric (Priority Order)

Evaluate the changes against these criteria, in order of importance:

1. Correctness & Edge Cases

  • Does the code do what it's supposed to do?
  • Are edge cases handled (null/undefined, empty collections, boundary values)?
Installs
2
GitHub Stars
8
First Seen
Mar 8, 2026