This skill guides Claude through a comprehensive Test-Driven Development (TDD) lifecycle, prioritizing test creation before any functional code is written. It orchestrates a disciplined 'Red-Green-Refactor' loop, covering user journey mapping, test case generation, and multi-tier verification including unit, integration, and Playwright-based E2E tests. By enforcing strict coverage thresholds and providing standardized mocking patterns for services like Supabase and Redis, it ensures that new features, bug fixes, and refactors are robust, maintainable, and production-ready.
主な機能
01Standardized mocking patterns for external APIs and databases
020 GitHub stars
03Multi-tier testing support for Unit, Integration, and E2E
04Automated Red-Green-Refactor workflow orchestration
05User journey to test case mapping for requirement alignment
06Mandatory 80% code coverage threshold enforcement