# Verify Before Done

> Use this skill before reporting code changes as complete to run repository verification checks and ensure no generated files were manually edited.

- Skill: `dekart-xyz/verify-before-done` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dekart-xyz/verify-before-done`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dekart-xyz/verify-before-done/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: dekart-xyz (https://skillmd.com/u/dekart-xyz)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dekart-xyz/verify-before-done

---


# Verify Before Done Skill

## Trigger

Use before reporting a code change as complete.

## Checklist

1. `go test ./...` passes for affected Go packages.
2. `npm test` passes for affected frontend code.
3. `npm run lint` passes for affected frontend code.
4. No generated files were edited manually.
5. When asked, behavior validated in the real runtime path (not just unit tests).
6. 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.
7. Nothing in the change is unnecessary for the current scope.

