verify
Installation
SKILL.md
verify
Run the relevant deterministic checks from CLAUDE.md and produce proof. Deterministic
checks are the proof — the model's claim is not. Never modify code (you write only the
proof artifacts below).
Steps
- Discover the project's real commands (from
CLAUDE.md/scripts); don't assume. - Bring up the env if integration/E2E need it (
stack up→ seed → ready_check); ensure teardown afterward. - Run each check, capturing the exact command, exit code, and a short output tail.
- Stop at the first hard failure for the fast path, but still record what ran.
- Write the report + marker (below). Set overall
status= pass only if all required checks passed. - If anything failed, hand off to
/fix— do not fix here.