소개
The TDD Workflow skill empowers Claude to follow the Red-Green-Refactor cycle meticulously, ensuring that production code is always verified by comprehensive tests. It provides a structured framework for implementing unit, integration, and E2E tests using industry-standard tools like Vitest, Pytest, and Playwright. By enforcing an 80% coverage minimum and utilizing the Arrange-Act-Assert pattern, this skill helps developers avoid common pitfalls such as testing implementation details or creating brittle, interdependent tests, resulting in a more maintainable and resilient codebase.