Retour aux skills
juliusbrussee/cavemanContrôle réussi

SKILL DETAIL

verify-and-stop

juliusbrussee/caveman/verify-and-stop

Translate acceptance conditions into the 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 the 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.

Installations · 977Voir la source

Installation

npx skills add https://github.com/juliusbrussee/caveman --skill verify-and-stop

Fichiers du skill

SKILL.md

Dernière synchronisation · 29 août 2026

agents/openai.yaml
interface:
  display_name: "Verify and Stop"
  short_description: "Run relevant proof then stop cleanly"
  default_prompt: "Use $verify-and-stop to prove acceptance criteria without adding scope."
SKILL.md
---
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.