tdd-assistant
Installation
SKILL.md
TDD Assistant
Language: English | 繁體中文
Version: 1.0.0 Last Updated: 2026-01-07 Applicability: Claude Code Skills
Purpose
This skill guides developers through the Test-Driven Development workflow, helping them:
- Write effective failing tests (Red phase)
- Implement minimum code to pass tests (Green phase)
- Refactor safely while keeping tests green (Refactor phase)
- Identify and avoid common TDD anti-patterns
- Integrate TDD with BDD and ATDD approaches
- Apply TDD appropriately based on context