verification-before-completion

verification-before-completion is a skill for Claude Code, Codex from woodfishhhh/EZ_math_model. It costs 42 tokens per session (341 once invoked), scanned A, original, MIT.

Instructions for checking evidence before declaring a document-processing or packaging task complete.

In plain words
What is it for?
They help verify quality reports, exported documents, PDFs, figures, archives, manifests, tables, formulas, and other output files using concrete checks.
Why use it?
They prevent pass or completion claims based only on inspection or assumptions when files, commands, counts, or reports should prove the result.

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 python scripts/runtime/audit_quality.py --workdir runtime/....

Good fit They help verify quality reports, exported documents, PDFs, figures, archives, manifests, tables…

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/woodfishhhh/EZ_math_model
agentmods
npx agentmods add skills/woodfishhhh/ez_math_model/verification-before-completion

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 verification-before-completion

README.md
[![agentmods](https://agentmods.dev/badge/skills/woodfishhhh/ez_math_model/verification-before-completion.svg)](https://agentmods.dev/skills/woodfishhhh/ez_math_model/verification-before-completion)
Your own site
<a href="https://agentmods.dev/skills/woodfishhhh/ez_math_model/verification-before-completion"><img src="https://agentmods.dev/badge/skills/woodfishhhh/ez_math_model/verification-before-completion.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 341 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.
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.00042 $0.00341
Opus 5 $0.00021 $0.00170
Sonnet 5 $0.00008 $0.00068
Haiku 4.5 $0.00004 $0.00034

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

Security

Grade A, and why

verification-before-completion 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 7d 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/ez-math-model/tools/verification-before-completion/SKILL.md · 40 lines

What it actually says

verification-before-completion — 完成前证据核验

何时使用

  • pipeline 05 quality_audit
  • pipeline 06 packaging 前后。
  • 任何准备声明“完成”“通过”“已生成”的时候。

核心要求

对每条 quality_report.json/mdexport_audit.json/md 的通过项给证据,而不是 口头判断。

证据类型:

  • 文件存在与大小。
  • 命令 exit code 与关键输出。
  • grep / diff / hash 匹配。
  • 图表引用与实际文件一致。
  • 结果数值与报告表述一致。
  • DOCX 中 word/media/*m:oMathw:tbl 的对象计数。
  • PDF 是否使用 fallback、是否高保真。
  • output/manifest.jsonoutput.zip 与 staging 发布证据一致。

示例

Get-ChildItem workdir/.../figures/*.png
Select-String -Path workdir/.../paper.md -Pattern '!\\[[^\\]]*\\]\\(([^)]+)\\)'
python scripts/runtime/audit_quality.py --workdir runtime/...
python scripts/runtime/audit_export.py --workdir runtime/... --paper-output output/paper

如果证据收集失败,该项不能标为通过。

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. 7d ago First seen · 40 lines · 42 tokens per session scan A ccbc7141f6e1

Subscribe to this mod's changes

verification-before-completion is a skill published in the GitHub repository woodfishhhh/EZ_math_model (40 stars, last pushed 1mo ago), licensed MIT. It adds 42 tokens to every session and 341 once invoked, about $0.0002 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.