spec-review
Installation
SKILL.md
spec-review — Structured Code Review
Review code changes against project rules using a systematic rule × file matrix approach.
Language Rules
- Auto-detect input language → output in the same language
- Japanese input → Japanese output, use
references/review-guide.ja.md - English input → English output, use
references/review-guide.md - Explicit override takes priority
Options
| Option | Description |
|---|---|
--task {task-id} |
Review changes for a specific task (auto-detect diff) |
--base-commit {sha} |
Base commit for task-scoped diff (recommended with --task) |
--diff {file} |
Review a specific diff file (standalone use) |
--spec {path} |
Path to .specs/ directory (for design consistency check) |
Related skills