Version: 1.0.0 Last Updated: 2026-01-07 Applicability: Claude Code Skills
This skill guides developers through the Test-Driven Development workflow, helping them:
| Fast | < 100ms per unit test | Database calls, file I/O, network | | Independent | No shared state | Static variables, execution order dependency | | Repeatable | Same result always | DateTime.Now, Random, external services | | Self-validating | Clear pass/fail | Manual log checking, no assertions |
Guida gli sviluppatori attraverso il flusso di lavoro di sviluppo basato sui test. Utilizzare quando: scrivere prima i test, esercitarsi con TDD, ciclo di refactoring rosso-verde, scenari BDD. Parole chiave: TDD, test first, refactoring rosso verde, FIRST, BDD, ATDD, 測試驅動開發, 紅綠重構. Fonte: asiaostrich/universal-dev-standards.