test-driven-development

Installation
SKILL.md

Test-Driven Development (TDD)

Red → Green → Refactor cycle for all code changes.

The TDD Cycle

  1. RED: Write failing test
  2. GREEN: Write minimal code to pass
  3. REFACTOR: Improve code quality

Repeat for each requirement

When to Apply TDD

Always use TDD for:

Installs
36
GitHub Stars
174
First Seen
Jan 22, 2026
test-driven-development — thebushidocollective/han