Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill verification-before-completion --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Verification Before Completion?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-verification-before-completion)More formats (shields.io, HTML) on the badges page.
---
name: verification-before-completion
description: Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims
---
# Verification Before Completion
## Overview
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
## The Gate Function
BEFORE claiming any status:
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?
5. ONLY THEN: Make the claim
## Common Failures
- "Tests pass" → Requires test command output: 0 failures
- "Linter clean" → Linter output: 0 errors
- "Build succeeds" → Build command: exit 0
- "Bug fixed" → Test original symptom: passes
## Red Flags - STOP
Using "should", "probably", "seems to". Expressing satisfaction before verification. About to commit/push/PR without verification.
## Key Patterns
Tests: Run test command, see results. NOT "should pass now" or "looks correct".
Build: Run build, see exit 0. NOT "linter passed" (not compilation).
## The Bottom Line
No shortcuts for verification. Run the command. Read the output. THEN claim the result.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!