From hotl
Runs verification commands (tests, linters, formatters) and confirms output before claiming work is complete, fixed, or passing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hotl:verification-before-completionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Never claim "done", "fixed", or "passing" without running verification commands and showing the output.
Never claim "done", "fixed", or "passing" without running verification commands and showing the output.
Evidence before assertions. Always.
Before claiming complete:
Tests: pytest output (N passed, 0 failed)
Lint: ruff/eslint output (clean)
Behavior: [description of manual or automated check]
If anything fails: report it honestly. Do not claim partial success as full success.
npx claudepluginhub yimwoo/hotl-plugin --plugin hotlEnforces running tests, linters, builds and confirming fresh output before claiming work complete, fixed, or ready for commits/PRs.
Enforces running tests, linters, or builds and confirming output before claiming code complete, fixed, or passing. Requires evidence prior to commits or PRs.
Enforces running verification commands before claiming work is complete, fixed, or passing. Prevents premature success claims without fresh evidence.