Agent Skills: verification-before-completion

Evidence requirement enforcement ensuring all claims are backed by logs, test results, or exit codes. Zero = success, non-zero = failure. No guessing allowed.

UncategorizedID: a5c-ai/babysitter/verification-before-completion

Install this agent skill to your local

pnpm dlx add-skill https://github.com/a5c-ai/babysitter/tree/HEAD/library/methodologies/cc10x/skills/verification-before-completion

Skill Files

Browse the full folder contents for verification-before-completion.

Download Skill

Loading file tree…

library/methodologies/cc10x/skills/verification-before-completion/SKILL.md

Skill Metadata

Name
verification-before-completion
Description
Evidence requirement enforcement ensuring all claims are backed by logs, test results, or exit codes. Zero = success, non-zero = failure. No guessing allowed.

Rules

  • Never claim "should work" without evidence
  • Never claim success without exit code 0
  • Never claim a bug is fixed without reproduction failure
  • Always capture and report exit codes
  • Always run the full test suite, not just targeted tests
  • Use timeout guards (timeout 60s) to prevent hanging

When to Use

  • Before completing any BUILD workflow step
  • Before claiming a DEBUG fix is verified
  • Before approving a REVIEW result
  • Before marking any task as done

Agents Used

  • integration-verifier (primary consumer)
  • component-builder (TDD evidence)
  • bug-investigator (fix evidence)