# verification-before-completion

Agent skill by Jesse Vincent (https://blog.fsck.com)

Fires the moment the agent is about to say something is done, fixed or passing. It has to run the verification and read the output first. If you have ever been told the build is green when it is not, this is the skill for that.

Topics: Testing, Review
Last updated: 2026-07-24 (2 months ago)
Source: https://github.com/obra/superpowers
Repository: https://github.com/obra/superpowers

## Install

```bash
npx skills add https://github.com/obra/superpowers --skill verification-before-completion
```

## In the author's words

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

- Source link: Resolved (HTTP 200) (pass)
- Repository: Resolves on GitHub (pass)
- Install command: Transcribed from the author's own page (pass)
- Maintenance: Last updated 2 months ago (pass)
- Attribution: Credited to Jesse Vincent (pass)

Full page: https://stackskills.dev/library/verification-before-completion
