Verification Before Completion
Summary
Never claim work is complete, fixed, or passing without running the check and reading the output first.
Features
- Requires evidence before any success claim
- Runs the verification command and reads the output
- Blocks the 'should work now' failure mode
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
"That should fix it" is the single most expensive sentence an agent can produce. This skill prohibits it.
Before claiming that work is done, a bug is fixed, or tests pass, it requires actually running the relevant command and confirming the output says so. Evidence before assertion — every time, including for changes that look obviously correct.
It also covers what counts as verification for different kinds of change: a passing test suite, a successful build, a manual check of the running application, or a query against real data. And it covers what to do when verification fails, which is to say so rather than to try one more speculative fix and claim victory.
Part of the Superpowers collection.
Related Skills
Deno Guidance
by Deno
Deno's official foundational skill — project setup, package choices, configuration, and CLI commands done the current way.
Gradio App Builder
by Hugging Face
Build Gradio web UIs and ML demos in Python with the current API — components, layouts, events, and chat interfaces.
Cloudflare Platform
by Cloudflare
Cloudflare's official platform skill — Workers, Pages, storage, AI, networking, security, and IaC in one reference.
Test-Driven Development
by Jesse Vincent
Enforce a real red-green-refactor loop when implementing features or fixes, so behaviour is specified before it is written.