| name | ship-check |
| description | Review the current diff, run the narrowest useful verification, and summarize remaining release risk. Activate when #sc appears anywhere in the user message. |
| argument-hint | [scope-or-empty] |
| disable-model-invocation | false |
| allowed-tools | Read, Glob, Grep, Bash, Task |
Perform a final check for: $ARGUMENTS
- Inspect the current diff or the scope the user provided.
- Dispatch in parallel:
test-commander for the narrowest verification set that still proves confidence.
security-auditor for OWASP checks on changed code.
deepsearch to trace usage of changed functions/APIs elsewhere.
- Run the verification commands recommended by test-commander.
- Review the diff for:
- accidental scope expansion
- placeholder text
- stale comments or docs
- missing tests or verification
- Recommend
docs-keeper if the diff is prose-heavy.
- Summarize:
- verification run
- not run
- security findings
- top risks
- ship readiness