review
Installation
SKILL.md
Review
Repo/code changes: run /deslop before commit, push, PR, or merge.
Diff review from fixed point to HEAD. Keep Standards and Spec axes separate.
Inputs
If fixed point missing, ask: "Review against what -- branch, commit, or main?"
Use:
- Diff:
git diff <fixed>...HEAD - Commits:
git log <fixed>..HEAD --oneline
Gather
Spec source, first found wins: issue refs in commits via docs/agents/issue-tracker.md; user path; PRD/spec under docs/, specs/, .scratch/; none -> Spec axis reports "no spec available".
Standards sources: AGENTS.md, CLAUDE.md, CONTRIBUTING.md, CONTEXT.md, CONTEXT-MAP.md, scoped CONTEXT.md, docs/adr/, style docs and config (biome, eslint, tsconfig, prettier, .editorconfig).