CtrlK
BlogDocsLog inGet started
Tessl Logo

springboot-patterns

Spring Boot 架构模式、REST API 设计、分层服务、数据访问、缓存、异步处理与日志。适用于 Java Spring Boot 后端开发。

57

Quality

66%

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

Fix and improve this skill with Tessl

tessl review fix ./docs/ja-JP/skills/springboot-patterns/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

65%

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

The content is highly actionable with executable Java examples and concrete config guidance across the main Spring Boot concern areas, but it is a monolithic catalog with no progressive disclosure and no validation checkpoints. Splitting detailed sections into reference files and de-duplicating the rate-limit security notes would improve it.

Suggestions

Move the lengthy rate-limiting/filter guidance into a referenced file (e.g. references/rate-limiting.md) and keep only a concise pointer plus the key warning in SKILL.md to improve progressive disclosure.

De-duplicate the X-Forwarded-For security guidance — keep it in one place (the Javadoc or the prose) rather than repeating it in both.

For stateful/batch patterns (retry, scheduled jobs, caching eviction), add a brief validation or verification checkpoint so the workflow-clarity dimension reflects explicit feedback loops.

DimensionReasoningScore

Conciseness

The body is mostly lean, executable code with brief annotations and avoids explaining basic Spring concepts, but the rate-limiting section duplicates the X-Forwarded-For security guidance in both a prose block and an inline Javadoc comment, which could be tightened.

2 / 3

Actionability

It provides fully executable, copy-paste-ready Java across controllers, repositories, services, DTOs, exception handlers, caching, async, logging, filters, and retry, with concrete config keys like "spring.mvc.problemdetails.enabled=true" and annotations like "@EnableCaching".

3 / 3

Workflow Clarity

Sections are individually clear and note prerequisites (e.g. "需要在配置类上添加 @EnableCaching"), but this is a pattern catalog without an explicit multi-step sequence or validation checkpoints, so it does not reach the level-3 'clear sequence with explicit validation steps'.

2 / 3

Progressive Disclosure

No bundle files (references/scripts/assets) exist, and all ~300 lines of content live inline in a single monolithic file; while well-sectioned, content that could be split (e.g. full rate-limit/filter guidance) is inline with no one-level-deep references, matching the level-2 anchor.

2 / 3

Total

9

/

12

Passed

Description

67%

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 specific and well-scoped to a clear Spring Boot backend niche, but it lacks an explicit 'Use when...' trigger clause and reads more as a capability enumeration than natural user trigger language. Adding concrete trigger phrasing would raise completeness and trigger-term quality.

Suggestions

Append an explicit trigger clause, e.g. 'Use when building or refactoring Java Spring Boot REST services, configuring JPA/caching/async, or structuring controller-service-repository layers.'

Add natural-language phrasings a user might say (e.g. 'Spring Boot API', 'JPA repository', 'rate limiting', 'Spring profiles') alongside the capability list to improve trigger-term quality.

Lead with the primary action in third person (e.g. 'Builds and structures Spring Boot REST services...') before listing the supporting capability areas.

DimensionReasoningScore

Specificity

The description enumerates multiple concrete capability areas — "REST API 设计、分层服务、数据访问、缓存、异步处理和日志记录" — matching the anchor that lists several specific concrete actions rather than vague language.

3 / 3

Completeness

It states what the skill covers (the capability list) but the 'when' is only implied by "适用于 Java Spring Boot 后端开发" with no explicit 'Use when...' trigger clause, which per the guidelines caps completeness at 2.

2 / 3

Trigger Term Quality

It contains relevant domain keywords ("Spring Boot", "REST API", "缓存", "Java Spring Boot 后端开发") but reads as a capability/jargon enumeration rather than natural phrasings a user would actually say, and misses common variations. It does not reach the level-3 'good coverage of natural terms users would say'.

2 / 3

Distinctiveness Conflict Risk

The niche is clearly scoped to Spring Boot backend patterns ("Spring Boot 架构模式...Java Spring Boot 后端开发"), giving it distinct triggers unlikely to conflict with unrelated skills.

3 / 3

Total

10

/

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.