Back to list
gvarela

verification-before-completion

by gvarela

My personal prompts library

0🍴 0📅 Jan 9, 2026

SKILL.md


name: verification-before-completion description: Use when about to claim work is complete, fixed, passing, or done - requires running verification commands and confirming output before making any success claims. Evidence before assertions.

Verification Before Completion

Claiming work is complete without verification is dishonesty, not efficiency.

Core principle: Evidence before claims, always.

The Iron Law

NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE

If you haven't run the verification command in this response, you cannot claim it passes.

The Gate

Before claiming ANY success:

  1. IDENTIFY: What command proves this claim?
  2. RUN: Execute the command (fresh, complete)
  3. READ: Check output and exit code
  4. VERIFY: Does output confirm the claim?
  5. ONLY THEN: Make the claim with evidence

Skip any step = not verified.

What Requires Verification

ClaimRequiresNOT Sufficient
"Tests pass"Test output: 0 failuresPrevious run, "should pass"
"Build succeeds"Build command: exit 0Linter passing
"Bug fixed"Regression test passes"Code changed"
"Task complete"All acceptance criteria checked"Looks done"
"Phase complete"All tasks verifiedSome tasks done

Common Rationalizations

ExcuseReality
"Should work now"RUN the verification
"I'm confident"Confidence ≠ evidence
"Just this once"No exceptions
"Linter passed"Linter ≠ tests ≠ build
"I'm tired"Exhaustion ≠ excuse
"Already checked earlier"Fresh verification required

Red Flags - STOP

  • Using "should", "probably", "seems to"
  • Saying "Done!" before running tests
  • About to commit without verification
  • Relying on partial checks
  • Expressing satisfaction before evidence

All of these mean: STOP. Run verification. Then claim.

Correct Pattern

[Run: npm test]
[Output: 34/34 passing]

All tests pass.

Incorrect Pattern

I've fixed the bug. Tests should pass now.

No output = no evidence = not verified.

Integration with Status Updates

Before running /wb:update_status to mark phases complete:

  • Run all phase verification commands
  • Confirm all tasks actually done
  • Check automated criteria pass
  • Then update status with evidence

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon