agentsclimarketplace

Verification before completion

Skill woodfishhhh/EZ_math_model/skills/ez-math-model/tools/verification-before-completion

专攻数学建模的下一代自动化SKIILS

Install
npx -y skills add woodfishhhh/EZ_math_model --skill verification-before-completion

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Use before EZ_math_model declares quality_audit, packaging, or final delivery complete, especially when pass/fail claims must be backed by files, commands, counts, or concrete evidence.

SKILL.md

1.3 KB, as published. Nobody here has run it

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

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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.