shipkit-review-shippinglisted
Install: claude install-skill stefan-stepzero/shipkit
# shipkit-review-shipping
Review-only verification — Claude reviews your work across 12 quality dimensions and reports findings with evidence. You decide what to fix.
**Report, don't fix.** Scans changes, classifies findings by severity, and presents a structured report. The reviewer never modifies code.
---
## When to Invoke
- `/verify` — review all recent changes
- `/verify <feature>` — focus on specific area
- "Check my work", "Am I ready to commit?"
**For deeper review:** If user asks for "deep check", "thorough review", or "really scrutinize this" → see [Deeper Review Option](#deeper-review-option) below.
---
## Arguments
If `$ARGUMENTS` is provided (e.g. `/shipkit-review-shipping auth module`), use it as the explicit verification scope. Skip scope detection and treat it as the answer to "What should I verify?".
If `$ARGUMENTS` is empty, proceed normally with automatic scope detection (git diff, session context).
---
## Process
### Completion Tracking
After detecting scope, create tasks:
- `TaskCreate`: "Pre-scan: Quick pass across 12 dimensions"
- `TaskCreate`: "Pattern ripple: Expand scope to affected files"
- `TaskCreate`: "Deep review: All 12 dimensions with evidence"
- `TaskCreate`: "Write verification-report.json"
`TaskUpdate` each task to `in_progress` when starting it, `completed` when done. Track dimension progress: "Reviewing dimension {N}/12: {name}". The pre-scan is NOT the final report — the deep review (Step 3) must follow. Do NOT present fin