Skill: Offline gate
September 20, 2026 ยท View on GitHub
Use when: any code change under cmd/ or shared Go modules.
Do not use when: you only edited product docs with no behaviour claim; still run it if unsure.
Steps
- From repo root:
task check - Observe exit status directly โ never
| tail,| head, or|| true - On failure: fix cause, re-run full
task check, do not claim green from a partial run
Checks
gofmt -lemptygo vet ./...cleango test -race -count=1 ./...green
Output
Paste or cite the observed command and exit status in the PR / handoff.
Approval
None for the gate itself. Landing still follows AGENTS.md commit rules.