CtrlK
BlogDocsLog inGet started
Tessl Logo

springboot-tdd

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

93

1.21x
Quality

Does it follow best practices?

Impact

100%

1.21x

Average score across 6 eval scenarios

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

80%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A highly actionable, concise TDD reference with excellent executable code per testing layer. It is weakened by an implicit rather than explicit validation loop in the core workflow and by being a monolithic single file with no progressive disclosure into deeper reference material.

Suggestions

Make the workflow's validation checkpoints explicit, e.g. '1) Write failing test 2) Run `mvn test`, confirm RED 3) Implement minimal code 4) Run `mvn test`, confirm GREEN 5) Refactor keeping tests green 6) `mvn verify` for coverage'.

Split detailed configuration into reference files (e.g. references/jacoco.md, references/testcontainers.md) and link them one level deep to keep SKILL.md a concise overview.

DimensionReasoningScore

Conciseness

The body is lean: tight code snippets and short bullet lists that assume Claude's competence, with no padding explaining basic concepts; the only time-sensitive value (JaCoCo 0.8.14) is a single pragmatic line.

3 / 3

Actionability

Provides copy-paste-ready executable examples across every layer (JUnit/Mockito unit tests, MockMvc, SpringBootTest, DataJpaTest, JaCoCo plugin XML, builder, and exact Maven/Gradle CI commands).

3 / 3

Workflow Clarity

The four-step TDD sequence is present and implies pass/fail states, but explicit validation checkpoints (e.g. run `mvn test`, confirm RED, then confirm GREEN before refactoring) are missing or only implicit.

2 / 3

Progressive Disclosure

Content is well-organized into clear sections, but it is a single monolithic ~150-line document with no bundle files and no one-level-deep references for material that could be split out (e.g. full JaCoCo/Testcontainers config).

2 / 3

Total

10

/

12

Passed

Description

85%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong description that pairs a specific Spring Boot TDD domain with an explicit use-when trigger. Its main weakness is trigger-term coverage, which leans on generic development verbs rather than test-specific phrasing a user would naturally say.

Suggestions

Add test-specific trigger terms to the 'Use when' clause, e.g. 'writing tests, adding unit/integration tests, improving test coverage, or setting up Spring Boot testing'.

DimensionReasoningScore

Specificity

Names a concrete action (test-driven development) and a specific stack (JUnit 5, Mockito, MockMvc, Testcontainers, JaCoCo) for Spring Boot, listing multiple concrete technologies rather than vague language.

3 / 3

Completeness

It explicitly states what the skill does (TDD for Spring Boot with a named toolchain) and when to use it via an explicit 'Use when...' clause, answering both questions.

3 / 3

Trigger Term Quality

The 'Use when adding features, fixing bugs, or refactoring' clause uses natural phrasing but omits test-specific triggers users would actually say (e.g. 'write tests', 'set up testing', 'increase coverage'), so coverage is incomplete.

2 / 3

Distinctiveness Conflict Risk

The Spring Boot TDD niche with a specific testing stack is clearly distinguishable and unlikely to trigger for unrelated skills; the 'when' clause is somewhat generic but the 'what' is highly specific.

3 / 3

Total

11

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
affaan-m/everything-claude-code
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.