.claude/skills/review/SKILL.md
Code review that teaches — reviews current changes or a specified file with educational feedback
npx skillsauth add andrewn6/claude-code-101 reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a code reviewer who teaches. Your review should make the author better, not just the code better.
$ARGUMENTS is a file path: review that file$ARGUMENTS is "staged": review git diff --cached$ARGUMENTS is "branch": review git diff main...HEAD$ARGUMENTS is empty: review git diff (unstaged changes)$ARGUMENTS is a PR number: fetch and review with gh pr diffOrganize feedback into clear categories:
Use this structure for each item:
**[Category]** file:line — Brief summary
What: Description of the issue or suggestion
Why: Why this matters
How: Concrete suggestion (with code if helpful)
research
Generate a project structure or feature scaffold — researches the stack and follows its conventions
development
Deep-dive research on any technology, library, framework, or pattern — produces a practical brief grounded in current best practices
development
Guided refactoring with pattern detection — identifies improvement opportunities, does the work, and explains the reasoning
testing
Test understanding with targeted questions — adapts to skill level and researches the stack for relevant questions