verification-loop
Installation
SKILL.md
Verification Loop
Trigger
Use this skill when:
- You changed runtime behavior (scripts, wrappers, MCP server, install flows)
- You are about to say "done", "fixed", "works", or "passes"
- You are about to bump version / release
Rules
- Prefer commands with deterministic exit codes over "it looks fine".
- If you cannot run verification, say exactly what you could not run and why.
Baseline Checks (AIOS)
- Run the verifier:
aios doctor- Or:
node scripts/aios.mjs doctor - Compatibility wrappers:
scripts/verify-aios.sh/scripts/verify-aios.ps1