| name | agent-md-verify |
| description | Use when finishing work in a repository that has agent-md installed; runs the declared checks, updates memory/progress.md, and reports concrete verification evidence instead of self-grading. |
agent-md Verification
Use this skill before claiming work is complete in an agent-md repository.
- Read
memory/verify.md and identify the checks required for this task.
- Run the project verification commands declared in
agent-md.toml when present.
- If
agent-md.toml is absent, use the repository's existing test/lint/typecheck scripts or the hook heuristics.
- For source changes, update
memory/progress.md with the completed atomic task and the checks that passed.
- If no checks exist, say the work is unverified and add a follow-up item to define checks.
- Do not describe code as correct based only on inspection. Provide command output, artifact paths, or reviewer evidence.
Useful helper:
./.agent-md/bin/discover_helpers.sh