关于
The Test-Driven Development (TDD) skill transforms Claude into a disciplined engineering partner that adheres to the 'Iron Law' of software development: no production code without a failing test first. By guiding the LLM through the rigorous Red-Green-Refactor cycle, this skill ensures that every feature, bug fix, or refactoring effort is backed by automated tests, preventing regressions and reducing technical debt. It includes comprehensive logic for verifying failures, writing minimal code to pass, and performing safe refactoring while maintaining pristine test suites, making it an essential tool for developers who prioritize code reliability and long-term maintainability.