| name | verify-programmers-loop |
| description | Verify Programmers Loop changes with focused checks, aggregate proof, and honest failure reporting. Use before handoff, completion, commit, release, or after changing code, docs, prompts, skills, or planning artifacts. |
Verify Programmers Loop
- Run the narrowest affected check first: focused artifact lint,
programmers-loop docs lint, or the relevant test file.
- Run
bun run check after significant changes.
- Run
programmers-loop doctor; add --github only when remote lifecycle
health is in scope.
- Record the exact commands, results, warnings, and checks that could not run.
- Claim completion only when acceptance behavior and every required gate pass.
Do not hide warnings, substitute formatting for behavior proof, or describe an
unrun check as successful.