スキル一覧に戻る
pproenca

verification-before-completion

by pproenca

Personal Claude Code plugins marketplace

0🍴 0📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: verification-before-completion description: This skill should be used when claiming a task is "done", "complete", "finished", "fixed", "passing", or before committing. Requires running verification commands before making success claims. allowed-tools: Bash, mcp__plugin_serena_serena, mcp__plugin_serena_serena_*

Verification Before Completion

Announce at start: "I'm using the verification-before-completion skill to verify this work."

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

Core principle: Evidence before claims, always.

Violating the letter of this rule is violating the spirit of this rule.

The Iron Law

NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE

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

The Gate Function

BEFORE claiming any status or expressing satisfaction:

1. IDENTIFY: What command proves this claim?
2. RUN: Execute the FULL command (fresh, complete)
3. READ: Full output, check exit code, count failures
4. VERIFY: Does output confirm the claim?
   - If NO: State actual status with evidence
   - If YES: State claim WITH evidence
5. ONLY THEN: Make the claim

Skip any step = lying, not verifying

When to Apply

ALWAYS before:

  • ANY variation of success/completion claims
  • ANY expression of satisfaction ("Great!", "Perfect!", "Done!")
  • ANY positive statement about work state
  • Committing, PR creation, task completion
  • Moving to next task
  • Delegating to agents

Rule applies to:

  • Exact phrases ("tests pass", "done", "fixed")
  • Paraphrases and synonyms ("looks good", "ready", "complete")
  • Implications of success ("moving on to...")
  • ANY communication suggesting completion/correctness

Agent Report Verification

CRITICAL: Do not trust agent success reports.

Agent reports "success" → Verify independently

1. Check VCS diff: git diff HEAD~1
2. Verify changes exist and match expectations
3. Run verification commands yourself
4. THEN report actual state

Agents may:

  • Report partial completion as full
  • Claim tests pass without running them
  • Miss requirements they don't understand
  • Be optimistic about their work

Always verify, never trust.

Verification Patterns

ClaimRequiresNOT Sufficient
Tests passTest command output: 0 failuresPrevious run, "should pass"
Linter cleanLinter output: 0 errorsPartial check, extrapolation
Build succeedsBuild command: exit 0Linter passing, logs look good
Bug fixedTest original symptom: passesCode changed, assumed fixed
Regression test worksRed-green cycle verifiedTest passes once
Agent completedVCS diff shows changesAgent reports "success"
Requirements metLine-by-line checklistTests passing

Regression Test Verification (TDD Red-Green)

✅ Write → Run (pass) → Revert fix → Run (MUST FAIL) → Restore → Run (pass)
❌ "I've written a regression test" (without red-green verification)

Red Flags - STOP

  • Using "should", "probably", "seems to"
  • Expressing satisfaction before verification ("Great!", "Done!")
  • About to commit/push/PR without verification
  • Trusting agent success reports
  • Relying on partial verification
  • Thinking "just this once"
  • ANY wording implying success without having run verification

Rationalization Prevention

ExcuseReality
"Should work now"RUN the verification
"I'm confident"Confidence ≠ evidence
"Just this once"No exceptions
"Linter passed"Linter ≠ tests ≠ build
"Agent said success"Verify independently
"Partial check is enough"Partial proves nothing

Examples

✅ [Run npm test] [See: 34/34 pass] "All tests pass"
❌ "Should pass now"

✅ [Run build] [See: exit 0] "Build succeeds"
❌ "Linter passed" (linter doesn't verify build)

✅ Re-read plan → Checklist each item → "Requirements met"
❌ "Tests pass, phase complete" (tests ≠ requirements)

Why This Matters

From real failure patterns:

  • "I don't believe you" - trust broken with human partner
  • Undefined functions shipped - would crash in production
  • Missing requirements shipped - incomplete features delivered
  • Time wasted: false completion → redirect → rework

Violates: "Honesty is a core value. If you lie, you'll be replaced."

Real-World Impact

ApproachOutcome
Claim without verification60% rework rate, broken trust
Verify then claim5% rework rate, high confidence
Time to verify30 seconds
Time to fix false claimsHours of debugging + trust repair

The math is clear: 30 seconds verification beats hours of rework.

The Bottom Line

No shortcuts for verification.

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

This is non-negotiable.

Integration

This principle applies at every claim point:

  • TDD - Verify RED, verify GREEN
  • finishing-a-development-branch - Verify tests before merge options
  • execute-plan - Each task verified before marking complete
  • code review - Verify issues fixed before claiming addressed

Triggers independently when making claims outside formal workflows.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です