CtrlK
BlogDocsLog inGet started
Tessl Logo

114-java-maven-search

Covers Maven Central search using structured Search API fields and URL construction, plus project-local update report guidance for user-provided Versions Maven Plugin output. Use when finding or verifying coordinates or interpreting update reports for the user’s pom.xml. This should trigger for requests such as Search Maven Central; Find Maven dependency; Maven coordinates; groupId artifactId version. Part of cursor-rules-java project

64

Quality

75%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/114-java-maven-search/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

50%

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

The skill is well-structured in intent — it clearly defines scope, constraints, and edge cases — but it lacks concrete, executable examples (no API URLs, no sample queries, no expected output formats). It heavily delegates to a reference file without providing enough actionable content in the SKILL.md itself, making it more of a policy document than a practical guide. The constraints are thorough but the workflow steps are too abstract to score highly on actionability or workflow clarity.

Suggestions

Add at least one concrete Search API example with a full URL, expected JSON response fields, and the resulting `groupId:artifactId:version` output — e.g., `curl 'https://search.maven.org/solrsearch/select?q=g:org.springframework.boot+AND+a:spring-boot-starter-parent&rows=1&wt=json'`

Include a verification checkpoint in the workflow, such as 'Confirm the artifact exists by checking HTTP 200 on the constructed repository URL before presenting coordinates to the user'

Provide a brief example of the expected output format (structured table with coordinates and links) directly in the SKILL.md rather than deferring everything to the reference file

Trim the opening paragraph to remove redundancy with the 'What is covered' bullet list — the list alone is sufficient

DimensionReasoningScore

Conciseness

The skill has some unnecessary verbosity, particularly in the opening paragraph which restates what's already in the 'What is covered' list. The constraints section is reasonably tight but includes some redundant phrasing. The 'When to use this skill' trigger list is useful but could be more compact.

2 / 3

Actionability

The skill provides structured guidance but lacks concrete executable examples — no actual API URLs, no curl commands, no example Search API queries with expected responses. It delegates all concrete details to the reference file, making the SKILL.md itself more of an abstract description than actionable instruction.

2 / 3

Workflow Clarity

The workflow has a clear 4-step sequence, but steps are high-level and lack validation checkpoints. Step 1 is 'read the reference,' which defers the real workflow. There's no explicit verification step after coordinate discovery (e.g., 'confirm HTTP 200 on the artifact URL before presenting to user') despite the constraints emphasizing verification.

2 / 3

Progressive Disclosure

The skill references `references/114-java-maven-search.md` appropriately and avoids inlining everything, but no bundle files were provided to verify the reference exists or is well-structured. The SKILL.md itself is somewhat monolithic with the long constraints and trigger lists that could be better organized, and the single reference point means almost all actionable content is deferred rather than summarized.

2 / 3

Total

8

/

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.

This is a strong skill description that clearly defines its scope around Maven Central search and dependency version management. It provides explicit trigger terms, concrete actions, and a clear 'use when' clause. The description is specific enough to avoid conflicts while covering the natural language users would employ when needing this skill.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: Maven Central search using structured Search API fields, URL construction, project-local update report guidance, interpreting Versions Maven Plugin output, finding/verifying coordinates.

3 / 3

Completeness

Clearly answers both 'what' (Maven Central search, URL construction, update report guidance) and 'when' ('Use when finding or verifying coordinates or interpreting update reports') with explicit trigger examples listed.

3 / 3

Trigger Term Quality

Includes strong natural trigger terms users would actually say: 'Search Maven Central', 'Find Maven dependency', 'Maven coordinates', 'groupId artifactId version', 'pom.xml', 'update reports'. These cover common variations of how users would phrase such requests.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive niche focused specifically on Maven Central search API and Versions Maven Plugin output. The domain-specific terminology (groupId, artifactId, pom.xml, Maven Central) makes it very unlikely to conflict with other skills.

3 / 3

Total

12

/

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
jabrena/cursor-rules-java
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.