Skill
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
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
Install command
git clone https://github.com/obra/superpowers /tmp/superpowers && ln -s /tmp/superpowers/skills/verification-before-completion ~/.claude/skills/verification-before-completion
More from this repo
requesting-code-review
Used when completing tasks, implementing major features, or before merging to verify work meets requirements
systematic-debugging
Used when encountering any bug, test failure, or unexpected behavior, before proposing fixes
test-driven-development
Used when implementing any feature or bugfix, before writing implementation code