verification-before-completion
FeaturedBefore telling the user a coding task is done, actually verify it — build, run the relevant tests/linter, and confirm the change does what was asked with no regressions. Use whenever you are about to claim a change is finished, fixed, or working.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- duckbugio
- Repository
- duckbugio/flock
- Created
- 3 months ago
- Last Updated
- today
- Language
- Go
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
verify-work
Use before claiming any task is done, complete, or fixed. A final verification pass that catches unverified claims, unintended changes, and leftover debris before reporting to the user.
verify-before-done
Use when about to report a task as finished, fixed, working, or deployed. Turns the claim into a check against the running system and blocks the summary until there is evidence. Also use when the user asks "is it actually working?" or when a previous answer said "should work now".
verify-before-done
Stops the agent from declaring a task "done", "fixed", or "working" on its own unverified say-so. Forces evidence — an actual test run, a reproduced failure that now passes, or an independent fresh-context review — before reporting completion. Use before ending any turn that claims a bug is fixed, a feature works, tests pass, or an implementation is finished.