Agent Skills
› JuliusBrussee/caveman
› verify-and-stop
verify-and-stop
GitHub用于验证现有工作是否满足验收条件,通过最小化证明集进行只读检查。适用于完成度确认、聚焦门禁运行及最后一公里验证,严禁修改代码或添加无关内容,确保在证明完成后立即停止并报告结果。
触发场景
验证现有功能是否符合验收标准
执行专注的预检或门禁测试
确认任务完成状态而不扩展范围
安装
npx skills add JuliusBrussee/caveman --skill verify-and-stop -g -y
SKILL.md
Frontmatter
{
"name": "verify-and-stop",
"description": "Prove existing work meets acceptance conditions without expanding scope. Use for validation-only tasks, completion checks, focused gate runs, and last-mile proof."
}
Verify and stop
Translate acceptance conditions into smallest sufficient proof set.
- Reuse still-current results with matching repository state.
- Run focused checks before wider gates.
- Distinguish pass, fail, unavailable, and blocked exactly.
- Do not edit product code unless verification request includes fixes.
- Do not add polish, cleanup, or unrelated tests after criteria pass.
Stop immediately when acceptance proof is complete. Report commands, results, and unresolved risk only.
版本历史
- 12aa8cc 当前 2026-08-16 08:55


