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

  1. From repo root: task check
  2. Observe exit status directly โ€” never | tail, | head, or || true
  3. On failure: fix cause, re-run full task check, do not claim green from a partial run

Checks

  • gofmt -l empty
  • go vet ./... clean
  • go 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.