verify-before-done

verify-before-done is a skill for Claude Code, Codex from andreaswasita/copilot-agents-dojo. It costs 20 tokens per session (1,741 once invoked), scanned A, original, MIT.

A completion-checking workflow for coding tasks that requires tests, code-diff review, logs, and a clean Git working tree before sign-off.

In plain words
What is it for?
It is for checking bug fixes and features before marking tasks complete or opening a pull request.
Why use it?
It reduces the risk of calling work finished when tests were not run or changes were not properly reviewed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash scripts/verify.sh --check.

Good fit It is for checking bug fixes and features before marking tasks complete or opening a pull request.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/andreaswasita/copilot-agents-dojo
agentmods
npx agentmods add skills/andreaswasita/copilot-agents-dojo/verify-before-done

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for verify-before-done

README.md
[![agentmods](https://agentmods.dev/badge/skills/andreaswasita/copilot-agents-dojo/verify-before-done/github.svg)](https://agentmods.dev/skills/andreaswasita/copilot-agents-dojo/verify-before-done)
Your own site
<a href="https://agentmods.dev/skills/andreaswasita/copilot-agents-dojo/verify-before-done"><img src="https://agentmods.dev/badge/skills/andreaswasita/copilot-agents-dojo/verify-before-done/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for verify-before-done

Your own site · 80×15
<a href="https://agentmods.dev/skills/andreaswasita/copilot-agents-dojo/verify-before-done"><img src="https://agentmods.dev/badge/skills/andreaswasita/copilot-agents-dojo/verify-before-done.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,741 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00020 $0.01741
Opus 5 $0.00010 $0.00870
Sonnet 5 $0.00004 $0.00348
Haiku 4.5 $0.00002 $0.00174

Measured 3d ago against content hash e620722899fe, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

verify-before-done scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/verify-before-done/SKILL.md · 165 lines

How it starts

The opening of the file, as written. The whole thing — 165 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Verify Before Done Skill

Refuses to mark a task complete without concrete evidence from both automated checks and the real artifact or user-facing surface. Produces an explicit VERIFIED, NOT VERIFIED, or INCONCLUSIVE verdict. Does NOT replace scripts/verify.sh — it tells the agent when to run it and what evidence the gate cannot supply.

When to Use

  • Before flipping any step in tasks/todo.md from - [ ] to - [x].
  • Before opening a pull request.
  • After any fix or feature implementation.
  • After performance work, migrations, or changes whose success depends on runtime behavior.
  • Any time the agent is about to say "done" or "ready" without evidence.

Prerequisites

  • A test runner installed for the stack (pytest, vitest, go test, etc.).
  • scripts/verify.sh (or scripts/run-checks.ps1 on Windows) executable.
  • The powershell tool to invoke runners and git.
  • git available so diffs can be inspected.

How to Run

1. State the success predicate and capture a baseline when behavior is changing.
2. Run the project's tests and the dojo gate via the `powershell` tool.
3. Exercise the real artifact or user-facing surface.
4. Inspect the diff and working tree.
5. Record evidence and assign a verdict.
6. Mark the step complete only when the verdict is `VERIFIED`.

Quick Reference

Check Command (run via powershell) Pass criterion
Tests pass pytest / npm test / go test ./... / dotnet test / mvn test exit 0, no failures reported
Dojo gate bash scripts/verify.sh --check exit 0
Real artifact Matching browser, CLI, API, package, migration, or runtime check observed result satisfies the stated predicate
Baseline comparison Same measurement before and after the change result moves from failing/old state to expected state
Diff summary git diff main --stat matches plan in tasks/todo.md
No regressions git diff main -- <touched paths> only intended changes
Clean tree git status --porcelain empty output (or expected untracked)
Evidence captured edit tasks/todo.md Verification Results block added

Read the full file on GitHub · 165 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago Changed · +45 lines e620722899fe
  2. 11d ago First seen · 120 lines · 20 tokens per session scan A 530692c5b92d

Subscribe to this mod's changes

verify-before-done is a skill published in the GitHub repository andreaswasita/copilot-agents-dojo (53 stars, last pushed 3d ago), licensed MIT. It adds 20 tokens to every session and 1,741 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.