CtrlK
BlogDocsLog inGet started
Tessl Logo

182-java-observability-metrics-micrometer

Use when you need to implement or improve Java metrics observability with Micrometer — including meter design, naming/tag conventions, cardinality control, timers/counters/gauges/distribution summaries, percentiles/histograms, Actuator/Prometheus integration, and metrics validation through tests. This should trigger for requests such as Improve metrics; Apply Micrometer; Add metrics observability; Refactor Micrometer instrumentation. Part of cursor-rules-java project

59

Quality

67%

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/182-java-observability-metrics-micrometer/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

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 Java metrics observability with Micrometer, lists comprehensive specific capabilities, and provides explicit trigger guidance with example phrases. The description is well-structured with both a 'Use when' clause and concrete trigger examples, making it easy for Claude to select appropriately.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions and concepts: meter design, naming/tag conventions, cardinality control, timers/counters/gauges/distribution summaries, percentiles/histograms, Actuator/Prometheus integration, and metrics validation through tests.

3 / 3

Completeness

Clearly answers both 'what' (implement/improve Java metrics observability with specific Micrometer capabilities) and 'when' (explicit 'Use when' clause at the start plus 'This should trigger for' with example requests).

3 / 3

Trigger Term Quality

Includes strong natural keywords users would say: 'metrics', 'Micrometer', 'observability', 'Prometheus', 'Actuator', 'timers', 'counters', 'gauges', 'histograms', 'percentiles'. Also provides explicit example trigger phrases like 'Improve metrics', 'Add metrics observability', 'Refactor Micrometer instrumentation'.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive niche focused on Java Micrometer metrics observability specifically, with domain-specific terms like Micrometer, Prometheus, Actuator, cardinality control that are unlikely to conflict with other skills.

3 / 3

Total

12

/

12

Passed

Implementation

35%

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

This skill reads more like a table of contents or abstract than an actionable guide. It correctly identifies the domain, constraints, and workflow sequence, but lacks any concrete code examples, specific Micrometer API patterns, or executable guidance — all of which are deferred entirely to a reference file. The content would benefit significantly from at least one concrete instrumentation example and more specific validation steps.

Suggestions

Add at least 2-3 concrete, executable Micrometer code examples directly in the SKILL.md (e.g., a Counter registration, a Timer usage, a bad vs good tagging example) so the skill provides standalone value without requiring the reference file.

Replace the abstract workflow descriptions with specific commands and code at each step — e.g., show how to define a Timer with tags, how to verify it appears in the /actuator/prometheus endpoint, and what a test assertion looks like.

Add explicit validation checkpoints in the workflow, such as 'Check /actuator/metrics/{metric.name} returns expected tags' or a sample MeterRegistry test assertion, to create a proper feedback loop.

Remove the 'What is covered in this Skill?' and 'When to use this skill' sections as they duplicate the frontmatter metadata and add no actionable value.

DimensionReasoningScore

Conciseness

The skill includes some unnecessary padding like the 'What is covered in this Skill?' bullet list that largely restates the description, and the 'When to use this skill' section duplicates frontmatter trigger phrases. The workflow steps are somewhat abstract rather than lean. However, it avoids explaining what Micrometer is or basic Java concepts.

2 / 3

Actionability

The skill provides no concrete code examples, no executable commands beyond the generic `mvn clean verify`, and no specific Micrometer API usage patterns. The workflow steps are abstract descriptions ('Apply Counter/Timer/Gauge...where appropriate') rather than actionable instructions with copy-paste ready code. All real guidance is deferred to the reference file.

1 / 3

Workflow Clarity

The four workflow steps provide a logical sequence (define goals → select meters → harden → validate), and step 4 mentions validation. However, the steps lack specific validation checkpoints, concrete commands at each stage, and feedback loops for error recovery. The verification step is generic ('Run mvn clean verify') without explaining what to check in the output.

2 / 3

Progressive Disclosure

The skill references a single detailed reference file with a correct relative path, which is good progressive disclosure structure. However, the SKILL.md body itself is too thin on actionable content — it defers almost everything to the reference file without providing enough standalone value in the overview. The bundle files were not provided, so we cannot verify the reference exists or assess its quality.

2 / 3

Total

7

/

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.