tdd-workflow
Installation
SKILL.md
TDD Workflow
Apply Test-Driven Development discipline with Red → Green → Refactor cycle, TDD commit convention, and compliance tracking.
What This Skill Provides
- TDD compliance checklist: Track TDD discipline throughout story
- TDD commit convention: 🔴🟢♻️ emoji pattern for Red → Green → Refactor
- Metrics gathering: Collect coverage, test counts, commit patterns
- Validation: Verify TDD compliance before merge
- AI-guided verification: Review TDD discipline and test quality
When to Use
- Starting story implementation (initialize checklist)
- Throughout development (track TDD discipline)
- Before merge (validate compliance)
- In code review (verify test-first approach)