verification-before-completion
Claiming work is complete without verification is dishonesty, not efficiency.
Content Preview
--- name: verification-before-completion description: "Claiming work is complete without verification is dishonesty, not efficiency." risk: unknown source: community date_added: "2026-02-27" --- # Verification Before Completion ## Overview 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 WITHOU
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/verification-before-completion.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/verification-before-completion/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/sickn33/antigravity-awesome-skillsThen reference at skills/verification-before-completion/SKILL.md
Related Skills
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
verification-before-completionverificationbeforecompletion
by Jesse Vincent · obra-superpowers
Verification Before Completion
Run verification commands and confirm output before claiming success
verification-before-completionverification before completion
by Jesse Vincent (community) · obra-superpowers-skills
new-rails-project
Generate a new Rails project named $1 in the current directory. You may reference @CLAUDE.md for general guidance, though the guidance here takes precedence.
generalnewrails
by sickn33 (Antigravity) · antigravity-awesome-skills
claude-api
Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.
claude-apiclaudeapiai
by Anthropic · anthropic-official-skills