CtrlK
BlogDocsLog inGet started
Tessl Logo

springboot-verification

Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.

63

Quality

75%

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 ./skills/springboot-verification/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

67%Weight 40%Scale 1-5

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

A well-structured, actionable verification pipeline with concrete commands and a useful report template. Its main weakness is conciseness: lengthy inline Java test examples re-teach familiar Spring testing patterns that could be trimmed or moved to reference files.

Suggestions

Trim or externalize the three full Java test classes into a references/ file, keeping only a short representative snippet inline to cut ~80 tokens of over-explanation.

Add an explicit error-recovery feedback loop for the static-analysis and test phases (not just build) to lift workflow_clarity to 5.

Move the lengthy "Common Security Findings" grep block behind a one-line pointer to raise conciseness without losing actionability.

DimensionReasoningScore

Conciseness

The body is mostly efficient with lean phase headers and commands, but three full Java test classes (~100 lines) plus comments like "Test service logic in isolation with mocked dependencies" explain standard Spring testing patterns Claude already knows.

3 / 5

Actionability

Concrete, executable mvn/gradle/grep commands and complete Java test examples cover the common cases; minor "if configured" / "if using Spotless plugin" caveats leave small gaps.

4 / 5

Workflow Clarity

A clearly sequenced six-phase pipeline with an explicit "If build fails, stop and fix" checkpoint and a PASS/FAIL report gate, though error-recovery feedback loops beyond the build phase are only implicit.

4 / 5

Progressive Disclosure

Well-organized into clear phase sections with no broken references, but the skill exceeds 50 lines with inline test-class examples that could be split into reference files.

4 / 5

Total

15

/

20

Passed

Description

83%Weight 40%Scale 1-5

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, specific description that names concrete verification actions and a clear use-when trigger. It could broaden the trigger phrases and when-conditions slightly, but it is well above the midpoint on every dimension.

Suggestions

Add synonyms users naturally say — "CI", "verify", "lint" — to broaden trigger matching.

Expand the when-clause to cover the body's full trigger set (e.g., "after major refactoring or dependency upgrades, pre-deploy") for a completeness score of 5.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "build, static analysis, tests with coverage, security scans, and diff review" — giving comprehensive coverage of the verification domain.

5 / 5

Completeness

Clearly states what the skill does and gives a "before release or PR" when-clause, but the when could be more comprehensive (e.g., after major changes, pre-deploy as the body notes).

4 / 5

Trigger Term Quality

Includes natural terms a user would say (Spring Boot, build, security scans, PR, release) but omits common synonyms like CI, verify, or lint.

4 / 5

Distinctiveness Conflict Risk

A clear Spring Boot verification niche with distinct triggers and minimal overlap risk against other skills.

5 / 5

Total

18

/

20

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

metadata_version

'metadata.version' is missing

Warning

Total

15

/

16

Passed

Repository
affaan-m/ECC
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.