Verify before done

Verify before done is a skill for Claude Code, Codex from Kilbex/Vigla. It costs 20 tokens per session (131 once invoked), scanned A, original, Apache-2.0.

A checklist for verifying software work before saying it is complete.

In plain words
What is it for?
Running builds, tests, and linters; reviewing the final changes; and reporting what was actually verified.
Why use it?
It catches failing tests, lint problems, unrelated changes, and unhandled edge cases before the work is handed over.

Skill for Claude CodeCodex

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

Good fit Running builds, tests, and linters; reviewing the final changes; and reporting what was actually verified.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kilbex/vigla/verify-before-done
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Kilbex/Vigla --skill verify-before-done
Clone the repo
git clone --depth 1 https://github.com/Kilbex/Vigla

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/kilbex/vigla/verify-before-done.svg)](https://agentmods.dev/skills/kilbex/vigla/verify-before-done)
Your own site
<a href="https://agentmods.dev/skills/kilbex/vigla/verify-before-done"><img src="https://agentmods.dev/badge/skills/kilbex/vigla/verify-before-done.svg" alt="Measured on agentmods" 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 131 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.00131
Opus 5 $0.00010 $0.00066
Sonnet 5 $0.00004 $0.00026
Haiku 4.5 $0.00002 $0.00013

Measured 8d ago against content hash 2ad5d15134e0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 8d 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.

crates/orchestrator/resources/skills/verify-before-done/SKILL.md · 14 lines

What it actually says

Before reporting success:

  1. Run the project's build, tests, and linter; paste the ACTUAL output, not the expected output.
  2. Re-read your diff line by line: does every change trace to the task? Remove orphans you created.
  3. Check the edges: empty input, error paths, and the contract callers depend on.
  4. State plainly what you verified and what you did not. Never claim more than the evidence supports.
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. 8d ago First seen · 14 lines · 20 tokens per session scan A 2ad5d15134e0

Subscribe to this mod's changes

Verify before done is a skill published in the GitHub repository Kilbex/Vigla (116 stars, last pushed 6d ago), licensed Apache-2.0. It adds 20 tokens to every session and 131 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.

Related

Other skills, from other repositories

agy-delegate

Delegate coding tasks to the Google Antigravity CLI (agy) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.

sickn33/agentic-awesome-skills · 35 tokens

mantis-plan

Formulates a targeted defensive security reviewing plan based on the active threat model and historical learnings. Use when starting a security review campaign to map the codebase boundaries and generate a roadmap (workspace/plan.json). Don't use for executing code reviews, writing test scripts, or patching code.

google/mantis · 62 tokens

mantis-summarize

Pre-processes the repository by generating security-focused summaries (mantis-summary.md) for each directory to make planning and research more efficient. Use when starting a review campaign to map the codebase before threat modeling and planning. Don't use for executing code reviews, writing test scripts, or patching…

google/mantis · 66 tokens

orchestrated-execution

Execute work units through the rigorous 4-phase Metaswarm cycle (Implement -> Validate -> Adversarial Review -> Commit) with independent quality gate enforcement.

a5c-ai/babysitter · 37 tokens

quality-checklist

Validate implementation quality through custom checklists, scoring against constitution standards, specification coverage, and producing remediation recommendations.

a5c-ai/babysitter · 25 tokens

verification

Verification-before-completion discipline ensuring all success criteria are met, tests pass, and reviews complete before declaring work done.

a5c-ai/babysitter · 25 tokens