Skip to main content
ClaudeWave
Skill62 repo starsupdated 1mo ago

verification-before-completion

Ensures tasks are actually done, not just attempted. Use before declaring any task complete.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ArchieIndian/openclaw-superpowers /tmp/verification-before-completion && cp -r /tmp/verification-before-completion/skills/core/verification-before-completion ~/.claude/skills/verification-before-completion
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Verification Before Completion

## Checklist

For code changes:
- [ ] Code runs without errors
- [ ] All tests pass
- [ ] Specific requirement is demonstrably met
- [ ] No regressions in existing tests

For files:
- [ ] File exists at expected path
- [ ] Content matches intent

For APIs:
- [ ] Endpoint responds correctly
- [ ] Error cases handled
- [ ] Auth works

## The Rule

If you cannot fully verify a step, do not mark it complete.
Note exactly what remains unverified and why.