springboot-tdd
TDD guidance for Spring Boot services covering unit, integration, and persistence tests with Testcontainers and JaCoCo.
Install
npx skills add https://github.com/affaan-m/everything-claude-code --skill springboot-tddStats
| Total installs | 1,748 |
| Weekly installs | 1.7K |
| GitHub stars | 112.5K |
| First seen | Jan 30, 2026 |
| Source | @affaan-m/everything-claude-code |
Summary
- Covers unit tests (Mockito), web layer tests (MockMvc), integration tests (SpringBootTest), and persistence tests (DataJpaTest) with concrete examples
- Integrates Testcontainers for production-mirroring Postgres/Redis databases and JaCoCo for enforcing 80%+ code coverage
- Emphasizes Arrange-Act-Assert patterns, AssertJ assertions, and test data builders for maintainability
- Targets feature additions, bug fixes, and refactoring workflows with CI commands for Maven and Gradle
Tags
Related skills
| Skill | Installs | vs springboot-tdd |
|---|---|---|
| mini-browser | 2,333 | +585 |
| django-tdd | 1,536 | -212 |
| python-patterns | 1,899 | +151 |
| python-testing | 1,961 | +213 |
| bun-development | 1,527 | -221 |
FAQ
- How many installs does springboot-tdd have?
- springboot-tdd has 1,748 total installs and 1.7K installs this week.
- Where is springboot-tdd hosted?
- springboot-tdd is published by @affaan-m/everything-claude-code at https://github.com/affaan-m/everything-claude-code.
- How many GitHub stars does springboot-tdd have?
- springboot-tdd has 112.5K GitHub stars.
- When was springboot-tdd first indexed?
- OrangeBot.AI first indexed springboot-tdd on Jan 30, 2026.
- How do I install springboot-tdd?
- Run: npx skills add https://github.com/affaan-m/everything-claude-code --skill springboot-tdd