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


