Agent Skills
› JuliusBrussee/caveman
› verify-and-stop
verify-and-stop
GitHub用于验证现有工作是否满足验收条件,通过最小化证明集进行校验和完成检查。仅在验证请求包含修复时才修改代码,完成后立即停止并报告结果与风险,不扩展范围。
Trigger Scenarios
验证现有功能是否符合验收标准
执行最后的完整性检查或门禁测试
Install
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.
Version History
- 12aa8cc Current 2026-08-16 08:55


