← スキル䞀芧に戻る
a-ariff

verification-before-completion

by a-ariff

🔌 Production-ready Claude Code plugin marketplace with 41 components: 21 autonomous agents, 15 power skills, 2 smart hooks, 2 custom commands. Transform Claude Code into an autonomous development powerhouse. One-line install, cross-device sync, comprehensive documentation.

⭐ 1🍎 0📅 2026幎1月24日
GitHubで芋るManusで実行

SKILL.md


name: verification-before-completion description: Never claim completion without fresh verification evidence version: 1.0.0 author: Ariff when_to_use: Before claiming ANYTHING is done, fixed, or passing

Verification Before Completion

The Iron Law

NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE

If you haven't run the command in THIS message, you cannot claim it passes.

The Gate

Before claiming ANY success:

1. IDENTIFY → What command proves this claim?
2. RUN → Execute the FULL command
3. READ → Full output, check exit code
4. VERIFY → Does output confirm the claim?
5. CLAIM → Only now, with evidence

Skip ANY step = lying, not verifying.

What Requires Verification

ClaimRequiresNOT Sufficient
"Tests pass"Test output: 0 failures"Should pass", previous run
"Build works"Build output: exit 0Linter passing
"Bug fixed"Test of original symptom"Code changed"
"Linter clean"Linter output: 0 errors"Looks right"
"Feature complete"All requirements checked"Tests pass"

Red Flags - STOP

If you catch yourself:

  • Using "should", "probably", "seems to"
  • Saying "Great!", "Perfect!", "Done!" before running verification
  • About to commit without fresh test run
  • Thinking "just this once"
  • Feeling tired and wanting to be done

STOP. Run the verification.

Rationalization Prevention

You ThinkReality
"Should work now"RUN IT
"I'm confident"Confidence ≠ evidence
"Just this once"No exceptions
"Linter passed"Linter ≠ tests
"I'm tired"Exhaustion ≠ excuse

Correct Patterns

Tests:

✅ [run test] → See "34/34 pass" → "All tests pass"
❌ "Tests should pass now"

Build:

✅ [run build] → See "exit 0" → "Build passes"
❌ "Build looks good"

Requirements:

✅ Re-read requirements → Check each → Report gaps
❌ "Tests pass so it's complete"

Why This Matters

From actual failures:

  • User said "I don't believe you" - trust broken
  • Undefined functions shipped - would crash at runtime
  • Missing requirements - incomplete features
  • Time wasted on false completion → redirect → rework

Bottom Line

Run the command. Read the output. THEN claim the result.

This is non-negotiable.

スコア

総合スコア

75/100

リポゞトリの品質指暙に基づく評䟡

✓SKILL.md

SKILL.mdファむルが含たれおいる

+20
✓LICENSE

ラむセンスが蚭定されおいる

+10
✓説明文

100文字以䞊の説明がある

+10
○人気

GitHub Stars 100以䞊

0/15
✓最近の掻動

3ヶ月以内に曎新

+5
○フォヌク

10回以䞊フォヌクされおいる

0/5
✓Issue管理

オヌプンIssueが50未満

+5
✓蚀語

プログラミング蚀語が蚭定されおいる

+5
✓タグ

1぀以䞊のタグが蚭定されおいる

+5

レビュヌ

💬

レビュヌ機胜は近日公開予定です