verify

Solid

Evidence-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

View on GitHub

Quality Score: 82/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
40
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

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