关于
This skill equips Claude with a rigorous framework for Test-Driven Development (TDD), emphasizing the 'Baby Steps' approach where changes are kept small and development cycles last only minutes. It guides the model through the full RGRC (Red-Green-Refactor-Commit) cycle, incorporates professional test design techniques like boundary value analysis and equivalence partitioning, and establishes clear coverage goals. By enforcing the AAA (Arrange-Act-Assert) pattern, it ensures that generated tests are not only comprehensive but also maintainable and highly readable for any development environment.