.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/superpowers/verification-before-completion
home/skills/obra/superpowers/verification-before-completion
obra avatar

verification-before-completion

byobra· 95 skills

Installs

160k

Stars

261k

Forks

23k

Category

Testing & QA

View on GitHub

TL;DR

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

How to install verification-before-completion?

obra/superpowers/verification-before-completion
$npx -y skills add obra/superpowers --skill verification-before-completion

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/obra/superpowers" --skill "obra/superpowers/verification-before-completion"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/obra/superpowers" that are relevant to the current task. Run `npx skills add "https://github.com/obra/superpowers"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# Verification Before Completion
2 
3## Overview
4 
5**Core principle:** Evidence before claims, always.
6 
7**Violating the letter of this rule is violating the spirit of this rule.**
8 
9## The Iron Law
10 
11```
12NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE
13```
14 
15If you haven't run the verification command in this message, you cannot claim it passes.
16 
17## The Gate Function
18 
19```
20BEFORE claiming any status or expressing satisfaction:
21 
221. IDENTIFY: What command proves this claim?
232. RUN: Execute the FULL command (fresh, complete)
243. READ: Full output, check exit code, count failures
254. VERIFY: Does output confirm the claim?
26 - If NO: State actual status with evidence
27 - If YES: State claim WITH evidence
285. ONLY THEN: Make the claim
29 
30Skip any step = lying, not verifying
31```
32 
33## Common Failures
34 
35| Claim | Requires | Not Sufficient |
36|-------|----------|----------------|
37| Tests pass | Test command output: 0 failures | Previous run, "should pass" |
38| Linter clean | Linter output: 0 errors | Partial check, extrapolation |
39| Build succeeds | Build command: exit 0 | Linter passing, logs look good |
40| Bug fixed | Test original symptom: passes | Code changed, assumed fixed |
41| Regression test works | Red-green cycle verified | Test passes once |
42| Agent completed | VCS diff shows changes | Agent reports "success" |
43| Requirements met | Line-by-line checklist | Tests passing |
44 
45## Red Flags - STOP
46 
47- Using "should", "probably", "seems to"
48- Expressing satisfaction before verification ("Great!", "Perfect!", "Done!", etc.)
49- About to commit/push/PR without verification
50- Trusting agent success reports
51- Relying on partial verification
52- Thinking "just this once"
53- Tired and wanting work over
54- **ANY wording implying success without having run verification**
55 
56## Rationalization Prevention
57 
58| Excuse | Reality |
59|--------|---------|
60| "Should work now" | RUN the verification |
61| "I'm confident" | Confidence ≠ evidence |
62| "Just this once" | No exceptions |
63| "Linter passed" | Linter ≠ compiler |
64| "Agent said success" | Verify independently |
65| "I'm tired" | Exhaustion ≠ excuse |
66| "Partial check is enough" | Partial proves nothing |
67| "Different words so rule doesn't apply" | Spirit over letter |
68 
69## Key Patterns
70 
71**Tests:**
72```
73✅ [Run test command] [See: 34/34 pass] "All tests pass"
74❌ "Should pass now" / "Looks correct"
75```
76 
77**Regression tests (TDD Red-Green):**
78```
79✅ Write → Run (pass) → Revert fix → Run (MUST FAIL) → Restore → Run (pass)
80❌ "I've written a regression test" (without red-green verification)
81```
82 
83**Build:**
84```
85✅ [Run build] [See: exit 0] "Build passes"
86❌ "Linter passed" (linter doesn't check compilation)
87```
88 
89**Requirements:**
90```
91✅ Re-read plan → Create checklist → Verify each → Report gaps or completion
92❌ "Tests pass, phase complete"
93```
94 
95**Agent delegation:**
96```
97✅ Agent reports success → Check VCS diff → Verify changes → Report actual state
98❌ Trust agent report
99```
100 
101## When To Apply
102 
103**ALWAYS before:**
104- ANY variation of success/completion claims
105- ANY expression of satisfaction
106- ANY positive statement about work state
107- Committing, PR creation, task completion
108- Moving to next task
109- Delegating to agents
110 
111**Rule applies to:**
112- Exact phrases
113- Paraphrases and synonyms
114- Implications of success
115- ANY communication suggesting completion/correctness

Security

Passed

  • Gen Agent Trust Hubpass
  • Socketpass
  • Snykpass
  • Runlayerpass
  • ZeroLeakspass

Preview

obra/superpowersobra/superpowers

$ npx -y skills add obra/superpowers --skill verification-before-completion

▸ installing to .claude/skills…

✓ verification-before-completion ready

Repoobra/superpowers
TypeSkills
CategoryTesting & QA
ForDeveloper
UpdatedJul 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. mattpocock avatartddTest-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.SkillsJul 2026544k189k
  2. obra avatartest-driven-developmentUse when implementing any feature or bugfix, before writing implementation codeSkillsJul 2026181k261k
  3. mattpocock avatarqaInteractive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues.SkillsJul 2026179k189k
  4. anthropics avatarwebapp-testingToolkit for interacting with and testing local web applications using Playwright.SkillsJul 2026123k164k
  5. currents-dev avatarplaywright-best-practicesUse when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking…SkillsJul 202666k340
  6. momentic-ai avatarmomentic-testCreate, run, and maintain Momentic E2E tests and modules, which are serialized to disk as *.test.yaml and *.module.yaml files.SkillsJul 202636k12