BigHugger
sk Skill · affaan-m

springboot-tdd

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.

installs 8w
1,771
30-day movement
starts with the next reading
Related entries
7
Connections
0
xmljavaJavaScript

A SKILL.md that guides an AI coding agent through test-driven development for Spring Boot services using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. It defines a red-green-refactor workflow with sections for unit, web-layer, integration, and persistence tests, plus coverage enforcement targeting 80%+.

Reach for it when you want the agent to write tests first and keep coverage high while adding features, fixing bugs, or refactoring Spring Boot code.

Use it to

  • Add a new endpoint with tests written first
  • Fix a bug by reproducing it in a failing test
  • Refactor with the test suite kept green
  • Set up Testcontainers-backed integration tests
  • Enforce JaCoCo coverage in CI

For Java developers building Spring Boot services with tests

Host repository
affaan-m/ECC
Installs, lifetime
3,000
Installs, 8 weeks
1,771
Host stars
259k
Host language
JavaScript
topicsspring-boottddjunit5mockitotestcontainersjacoco