概要
This skill provides a structured framework for Test-Driven Development (TDD) within Claude Code, guiding developers through the cycle of writing tests before implementation. It mandates high coverage standards and includes standardized patterns for unit testing with Jest/Vitest, API integration testing, and end-to-end browser automation with Playwright. By following this workflow, teams can ensure code reliability, catch bugs early, and facilitate safer refactoring with battle-tested mocking strategies and clear success metrics.