review
Installation
SKILL.md
Review Work
Slash trigger: /review
Review all code changes before merge. Provide actionable findings; do not modify code unless the user explicitly asks for fixes.
Hard rules
- MUST read
docs/onboarding/project-memory.mdfor architecture and convention context when available. - MUST inspect the full diff before reviewing.
- MUST NOT modify code unless the user explicitly asks for fixes.
- Read only files needed to understand the change and its surroundings — no full-repo scan.
Gather context
- Read
docs/onboarding/project-memory.md(if exists). - Inspect diff:
git diff, staged changes, or branch diff vs base. - Read surrounding files only when needed for pattern or architecture context.