CtrlK
BlogDocsLog inGet started
Tessl Logo

springboot-tdd

使用 JUnit 5, Mockito, MockMvc, Testcontainers 和 JaCoCo 进行 Spring Boot 的测试驱动开发(TDD)。适用于添加新功能、修复 bug 或重构场景。

75

Quality

93%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

87%

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

The body is a tight, action-oriented reference with executable examples across every test layer and concrete CI commands, scored down only on workflow clarity. The TDD steps are present but lack explicit validation checkpoints between write-test and implement.

Suggestions

Add explicit validation checkpoints to the TDD workflow, e.g. 'Run `mvn test` and confirm the new test fails (RED)' before step 2, and 'Re-run `mvn test` and confirm it passes (GREEN)' before refactoring.

State how to enforce the JaCoCo coverage gate in the workflow (e.g., the `mvn verify` rule that fails the build below 80%) so the coverage step is actionable rather than only descriptive.

DimensionReasoningScore

Conciseness

The body is lean and mostly executable code with short pattern notes, assuming Claude's competence without explaining what TDD or Spring Boot is; every section earns its place.

3 / 3

Actionability

Provides fully executable Java (JUnit 5, MockMvc, @DataJpaTest), a complete JaCoCo Maven plugin snippet, and concrete CI commands (`mvn -T 4 test`, `./gradlew test jacocoTestReport`) that are copy-paste ready.

3 / 3

Workflow Clarity

The 4-step TDD workflow is sequenced but checkpoints are implicit (e.g., no explicit 'run `mvn test`, confirm it fails' before implementing), so it matches the 'steps listed but validation gaps / checkpoints implicit' anchor rather than the explicit-validation level.

2 / 3

Progressive Disclosure

No bundle files exist; the single-file body is well-organized into clear per-layer sections (unit/web/integration/persistence) with no nested references, meeting the 'well-organized sections, no external references needed' criterion for a score of 3.

3 / 3

Total

11

/

12

Passed

Description

100%

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

The description is concise, third-person, and hits all four anchors at the top level: it names a concrete toolset, gives explicit natural trigger terms, answers both what and when, and occupies a distinct niche. It is a strong, model-friendly description.

DimensionReasoningScore

Specificity

Names the concrete toolchain (JUnit 5, Mockito, MockMvc, Testcontainers, JaCoCo) and a specific action (TDD), matching the anchor for multiple specific concrete actions rather than just naming a domain.

3 / 3

Completeness

Explicitly states both what ('使用 JUnit 5、Mockito、MockMvc、Testcontainers 和 JaCoCo 进行...TDD') and when ('在添加功能、修复 Bug 或进行重构时使用'), with an explicit Use-when clause.

3 / 3

Trigger Term Quality

Includes natural trigger terms users would say — 'Spring Boot', 'TDD', '添加功能' (adding features), '修复 Bug' (fixing bugs), '重构' (refactoring) — giving good coverage of common phrasings.

3 / 3

Distinctiveness Conflict Risk

A clear niche (Spring Boot TDD with a named testing toolchain) and distinct triggers make it unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
xu-xiang/everything-claude-code-zh
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.