verification-before-completion

Installation
SKILL.md

Verification Before Completion

Never declare work complete without running verification commands and confirming their output. Evidence before assertions, always.

Core Rule

Before claiming ANY of the following, you MUST run the relevant verification commands and confirm their output:

  • "Tests pass"
  • "The fix works"
  • "Build succeeds"
  • "Everything is green"
  • "Ready to commit/push/merge"
  • "Done" / "Complete" / "Finished"

What Counts as Verification

Acceptable evidence:

  • Running the test suite and seeing the output (pass count, zero failures)
Related skills
Installs
10
GitHub Stars
4
First Seen
Feb 27, 2026