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


