Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Verification Before Completion

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

thedixitjain de0aae9 1.1 KB Updated 2 repo stars

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

thedixitjain/the-mega-skill-library/tree/main/library/general-purpose/verification-before-completion--hashgraph-online commit de0aae9e30

Frequently asked questions

npx skillmds add thedixitjain/verification-before-completion-3