tdd-guardian

star 0

Use this skill when implementing features or fixes with strict test-driven development and reviewer-verified coverage targets.

roshanis By roshanis schedule Updated 3/1/2026

name: tdd-guardian description: Use this skill when implementing features or fixes with strict test-driven development and reviewer-verified coverage targets.

TDD Guardian

Loop

  1. Write a failing test that proves the requirement.
  2. Implement the minimum change to pass.
  3. Run the full suite, not only focused tests.
  4. Refactor safely while keeping tests green.
  5. Record test evidence and coverage impact in agents-build-log.md.

Rules

  • No implementation before at least one failing test exists.
  • Reject partial validation if integration behavior is affected.
  • Changed-area coverage target is above 80% unless explicitly waived by human.

Evidence To Log

  • Test command used.
  • Failure observed before fix.
  • Pass result after fix.
  • Any remaining risk or untested edge case.
Install via CLI
npx skills add https://github.com/roshanis/voice_claws --skill tdd-guardian
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator