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.md for 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

  1. Read docs/onboarding/project-memory.md (if exists).
  2. Inspect diff: git diff, staged changes, or branch diff vs base.
  3. Read surrounding files only when needed for pattern or architecture context.
Installs
4
First Seen
Jun 21, 2026
review — smusman437/project-onboarding