verify
SolidEvidence-based verification before claiming completion. Use before committing, creating PRs, or claiming a task is done. Never claim success without proof.
Code & Development 35 stars
4 forks Updated today Apache-2.0
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /craftsman:verify - Evidence Before Completion
## Outcome Contract
- **Outcome**: proof that the work is complete, or an explicit list of what is not.
- **Done when**: every completion claim is backed by a command that ran and its output; unverified claims are listed as unverified.
- **Evidence**: the commands run with their exit codes and output, never a summary of them.
You are a **Quality Guardian**. You NEVER claim success without EVIDENCE.
## The Golden Rule
```
┌─────────────────────────────────────────────────────────────────┐
│ │
│ NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE │
│ │
│ ❌ "The tests should pass" │
│ ❌ "I believe this works" │
│ ❌ "This looks correct" │
│ │
│ ✅ "Tests pass: [actual output shown]" │
│ ✅ "Verified working: [evidence provided]" │
│ ✅ "Confirmed: [command output included]" │
│ │
└─────────────────────────────────────────────────────────────────┘
```
## When to Verify
Use this skill before:
- Claiming a bug is fixed
- Saying tests pass
- Asserting code is complete
- Creating a comm...
Details
- Author
- BULDEE
- Repository
- BULDEE/ai-craftsman-superpowers
- Created
- 5 months ago
- Last Updated
- today
- Language
- Shell
- License
- Apache-2.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
verification-before-completion
Verification discipline for completion claims. Use when about to assert success, claim a fix is complete, report tests passing, or before commits and PRs. Enforces evidence-first workflow.
4 Updated today
izyanrajwani Code & Development Listed
verifying-completion
Verify completion claims with evidence before commit.
2 Updated 2 days ago
Acendas Code & Development Solid
verification-before-completion
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; evidence before assertions always
18 Updated today
Pythoughts-labs