code-review

Installation
SKILL.md

Code Review Workflow

Use this workflow to review git changes with evidence-backed findings and risk-aware verdicts.

Step 1: Determine Review Target

Identify what to review from the user's request.

User Input Action
Commit hash provided Use that commit
Commit range (start~end) Use the range (start = earliest, end = latest)
"리뷰해줘" / "review" with no hash Use staged changes (git diff --cached). If nothing staged, use HEAD
File paths specified Scope review to those files within the target

Always confirm the target before proceeding:

git --no-pager show --stat <commit_hash>
# or for staged changes:
Related skills
Installs
14
Repository
buyoung/skills
GitHub Stars
13
First Seen
Jan 24, 2026