Skip to main content
Back to registry

springboot-tdd

affaan-m/everything-claude-code

TDD guidance for Spring Boot services with 80%+ coverage (unit + integration).

Installs1
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill springboot-tdd
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
TDD guidance for Spring Boot services with 80%+ coverage (unit + integration). Patterns: Maven snippet: Remember : Keep tests fast, isolated, and deterministic. Test behavior, not implementation details. - New features or endpoints - Bug fixes or refactors - Adding data access logic or security rules - Write tests first (they should fail) - Implement minimal code to pass - Refactor with tests green - Enforce coverage (JaCoCo) - Arrange-Act-Assert - Avoid partial mocks; prefer explicit stubbing - Use @ParameterizedTest for variants - Use reusable containers for Postgres/Redis to mirror production - Wire via @DynamicPropertySource to inject JDBC URLs into Spring context - Prefer AssertJ ( assertThat ) for readability - For JSON responses, use jsonPath - For exceptions: assertThatThrownBy(...) - Maven: mvn -T 4 test or mvn verify - Gradle: ./gradlew test jacocoTestReport

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does springboot-tdd do?

TDD guidance for Spring Boot services with 80%+ coverage (unit + integration).

Is springboot-tdd good?

springboot-tdd does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does springboot-tdd work with?

springboot-tdd currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to springboot-tdd?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install springboot-tdd?

npx skills add https://github.com/affaan-m/everything-claude-code --skill springboot-tdd

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering