About
This skill provides Claude with a comprehensive framework for writing high-quality unit tests using industry-standard patterns. It guides the development process through the Red-Green-Refactor TDD cycle and implements sophisticated testing techniques such as the Factory Pattern for test data, fixtures for complex objects, and specialized strategies for testing pure functions, classes, and asynchronous logic. It is particularly useful for developers looking to improve code coverage and reliability while maintaining a clean, decoupled test suite.