code-review
Installation
SKILL.md
Code Review
Multi-dimensional code review based on Claude Code best practices.
Rule sources: CLAUDE.md (project instructions) + REVIEW.md (review-specific rules).
Review Modes
| Argument | Mode | Command |
|---|---|---|
(empty) or --staged |
staged | git diff --cached |
--unstaged |
unstaged | git diff |
--all |
all | git diff HEAD |
--pr <number> |
PR | gh pr diff <number> |
--commit <hash> |
commit | git show <hash> |
--branch |
branch | git diff main...HEAD |
--file <path> |
file | Read file directly |
Review Dimensions
Related skills