review

Installation
SKILL.md

/review

Workflow

  1. Run git diff main...HEAD — get ACTUAL diff, never reconstruct
  2. Produce structured review (severity tiers below)
  3. Ask ≤5 grill-me questions — one per key design decision; design intent only, not style
  4. On approval: apply Blocker fixes → run tests → run lint → commit (conventional message)

Scope Discipline

Review only what changed on this branch — never pre-existing, unmodified code. The diff is the contract; default to git diff main...HEAD, not memory or full-file reads. Real repos make this a hard rule:

Focus exclusively on changes introduced in the current branch compared to main. Do not review pre-existing code that was not modified.

Installs
68
Repository
bsene/skills
GitHub Stars
5
First Seen
May 22, 2026
review — bsene/skills