소개
The TDD Workflow skill guides Claude to follow strict test-driven development principles, ensuring that code is always preceded by robust test cases. It automates the Red-Green-Refactor cycle, helping developers maintain high-quality codebases with standardized patterns for unit testing (Jest/Vitest), API integration testing, and end-to-end browser automation (Playwright). By enforcing an 80% coverage threshold and providing sophisticated mocking templates for services like Supabase, Redis, and OpenAI, this skill minimizes regressions and ensures production reliability from the first line of code.