code-reviewer
Installation
SKILL.md
code-reviewer
Reviews code in the current working tree through a chosen persona. Reference docs in references/ are loaded on demand — load only the persona and mode refs the user picks.
Inputs
$ARGUMENTS — one of:
- File or directory path (
src/foo.ts,src/) diff— reviewgit diffstaged— reviewgit diff --staged- Empty — ask the user what to review
Workflow
1. Determine scope
Resolve $ARGUMENTS to a concrete set of files + diff:
Related skills