booth-check
Installation
SKILL.md
/booth-check — Deck Self-Verification Signal
This signal is injected by the Booth daemon when a deck goes idle without a terminal report. It means: stop and verify your work.
Signal Format
/booth-check round=N/M [instructions]
round=1/M— initial checkround=2+/M— daemon detected git changes after previous round, re-verify
What To Do
Follow the booth-deck skill's Check Execution Procedure:
- Goal alignment — verify against recent instructions or run
booth status YOUR_NAME - Review — spawn a sub-agent to review your changes (unless
--no-loop) - Fix — address any issues found
- Test — type-check (
npx tsc --noEmit), compile (npx tsc), E2E if runtime changed - Commit —
git addspecific files, conventional commit message - Report — submit via
booth report --status SUCCESS|FAIL --body "..."
See the booth-deck skill for the full protocol, report format, and YAML frontmatter spec.