This is a solid TDD workflow for Spring Boot that covers the full testing pyramid: unit tests with Mockito, MockMvc for controllers, DataJpaTest for repositories, and full integration tests with Testcontainers. It pushes you to write failing tests first, then implement, then refactor, aiming for 80%+ coverage enforced by JaCoCo. The examples are practical, showing real assertions with AssertJ and jsonPath for API testing. Use it when you're building features or fixing bugs and want guardrails to keep your test suite fast and deterministic. The test data builder pattern is a nice touch for readable setup code.
npx -y skills add affaan-m/ecc --skill springboot-tdd --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
github/awesome-copilot