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:

Installs
12
GitHub Stars
5
First Seen
Mar 8, 2026
code-review — factory-ai/skills