A solid TDD scaffold for Spring Boot that actually enforces the discipline with JaCoCo coverage gates and gives you the full testing stack: JUnit 5 for units, MockMvc for controllers, Testcontainers for persistence. The workflow is classic red-green-refactor with concrete examples for each layer, from mocked services to full integration tests hitting a real Postgres container. It pushes you toward AssertJ assertions and test data builders, which keeps things readable. Use this when you want guardrails that make it harder to skip tests or ship undertested code. The 80% coverage threshold isn't negotiable, which is either discipline or annoying depending on your project phase.
npx -y skills add affaan-m/everything-claude-code --skill springboot-tdd --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot