tdd-workflow

Installation
SKILL.md

TDD Workflow

Write tests first, code second.


1. The TDD Cycle

πŸ”΄ RED β†’ Write failing test
    ↓
🟒 GREEN β†’ Write minimal code to pass
    ↓
πŸ”΅ REFACTOR β†’ Improve code quality
    ↓
   Repeat...

Related skills
Installs
4
GitHub Stars
429
First Seen
Feb 10, 2026