← Back to list

verification
by sharpner
⭐ 1🍴 0📅 Jan 9, 2026
SKILL.md
name: verification description: Use before claiming ANY work is complete. Evidence before claims, always. Non-negotiable verification gate.
Verification Before Completion
Core Principle: "Evidence before claims, always."
You MUST execute verification before asserting work is complete, fixed, or passing.
The 5-Step Gate (Non-Negotiable)
- IDENTIFY the command that proves your claim
- RUN the complete command fresh (not from memory)
- READ the full output, check exit codes and failure counts
- VERIFY whether output actually confirms your claim
- ONLY THEN state your claim with evidence attached
Skipping any step = dishonest reporting.
What Requires Verification
Before claiming ANY of these, you MUST run fresh commands:
| Claim | Required Command |
|---|---|
| "Tests pass" | npm test / go test ./... / pytest |
| "Build succeeds" | npm run build / go build ./... |
| "Linter is clean" | npm run lint / golangci-lint run |
| "Bug is fixed" | Reproduce steps + verify fix |
| "Feature works" | E2E test or manual verification |
| "Work is complete" | ALL above checks |
Red Flags (Stop Immediately)
Watch for these language patterns that bypass verification:
- "should work"
- "probably"
- "seems to"
- "Great!" (before running checks)
- "I believe..."
- "This will..."
If you catch yourself using these → STOP → Run verification.
Output Format
When reporting completion:
**Verification:**
- Command: `npm test`
- Exit code: 0
- Output: 47 tests passed, 0 failed
- Claim confirmed: ✅ All tests pass
Why This Matters
"If you lie, you'll be replaced."
Prior failures included:
- Shipping undefined functions
- Claiming "fixed" when tests still fail
- Incomplete features marked complete
Trust depends on honest reporting backed by actual evidence.
NO EXCEPTIONS. NO SHORTCUTS.
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