Verify Before Done Skill
Trigger
Use before reporting a code change as complete.
Checklist
go test ./...passes for affected Go packages.npm testpasses for affected frontend code.npm run lintpasses for affected frontend code.- No generated files were edited manually.
- When asked, behavior validated in the real runtime path (not just unit tests).
- Any changed unit-test coverage protects meaningful behavior under the unit-test policy in
AGENTS.md; it is not coverage-only, an implementation duplicate, or a trivial copied-text assertion. - Nothing in the change is unnecessary for the current scope.