소개
This skill equips Claude Code with a standardized TDD framework specifically tailored for the Spring Boot ecosystem. It provides structured guidance for the Red-Green-Refactor cycle, ensuring that new features, bug fixes, and refactors are backed by high-quality unit and integration tests. By leveraging industry-standard tools like MockMvc for web layers, DataJpaTest for persistence, and Testcontainers for realistic environment mirroring, this skill helps developers maintain 80%+ test coverage and deliver production-grade Java services with confidence.