juliusbrussee/caveman892 installs
verify-and-stop
Prove existing work meets acceptance conditions without expanding scope. Use for validation-only tasks, completion checks, focused gate runs, and last-mile proof.
How do I install this agent skill?
npx skills add https://github.com/juliusbrussee/caveman --skill verify-and-stopIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides instructions to ensure the agent focuses strictly on verifying acceptance criteria without expanding scope or making unnecessary changes. No security risks or executable code were identified.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
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.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/juliusbrussee/caveman/verify-and-stop">View verify-and-stop on skillZs</a>