Verification Before Completion

Use before claiming any work is complete, fixed, or passing — runs verification commands and confirms output before making success claims.

hashgraph-online de0aae9 1.1 KB Updated

File contents

Verification Before Completion

Rule

Never claim "done", "fixed", or "passing" without running verification commands and showing the output.

Evidence before assertions. Always.

Checklist

Before claiming complete:

  • Run the test suite: show the output
  • Run the linter/formatter: show the output
  • Confirm the specific behavior that was requested works
  • No regressions in previously passing tests

What to Show

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.


Source: hashgraph-online/awesome-codex-pluginsplugins/yimwoo/hotl-plugin/skills/verification-before-completion/SKILL.md

hashgraph-online/awesome-codex-plugins commit de0aae9e30

Frequently asked questions

npx skillmds@latest add hashgraph-online/verification-before-completion-3