verification-before-completion
✓Run verification commands before claiming work is complete or fixed. Use before asserting any task is done, bug is fixed, tests pass, or feature works.
Installation
SKILL.md
Core Principle: No completion claims without fresh verification evidence.
| Tests pass | yarn test output: 0 failures | Previous run, "looks correct" | | Build succeeds | Build command: exit 0 | Linter clean, "should work" | | Bug fixed | Test reproducing bug: now passes | Code changed, assumed fix | | Linter clean | Linter output: 0 errors | Partial check, spot test |
| Regression test works | Red→Green cycle verified | Test passes once | | Agent task complete | VCS diff shows expected changes | Agent reports "success" |
Run verification commands before claiming work is complete or fixed. Use before asserting any task is done, bug is fixed, tests pass, or feature works. Source: third774/dotfiles.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/third774/dotfiles --skill verification-before-completion- Source
- third774/dotfiles
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is verification-before-completion?
Run verification commands before claiming work is complete or fixed. Use before asserting any task is done, bug is fixed, tests pass, or feature works. Source: third774/dotfiles.
How do I install verification-before-completion?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/third774/dotfiles --skill verification-before-completion Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/third774/dotfiles
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01