CtrlK
BlogDocsLog inGet started
Tessl Logo

522-frameworks-micronaut-testing-integration-tests

Use when you need to write or improve integration tests for Micronaut — @MicronautTest, HttpClient, TestPropertyProvider with Testcontainers, transactional test mode where appropriate, and Maven Surefire/Failsafe splits for *Test, *Tests, *IT, and *AT. This should trigger for requests such as Add Micronaut integration tests with Testcontainers; Wire dynamic datasource or broker URLs for @MicronautTest. 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/522-frameworks-micronaut-testing-integration-tests/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

35%

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

This skill functions primarily as a thin wrapper pointing to a reference file, with almost no actionable content in the body itself. The constraints section is excessively repetitive, restating the same compilation-check requirement five times. The skill would benefit greatly from including at least one concrete code example (e.g., a TestPropertyProvider pattern or @MicronautTest setup) and tightening the redundant safety warnings.

Suggestions

Add at least one concrete, executable code example showing a Micronaut integration test with TestPropertyProvider and @Container, so the skill is useful without reading the reference file.

Consolidate the five redundant compilation-check constraints into a single clear directive, e.g., 'PREREQUISITE: Run `./mvnw compile` — stop immediately if it fails.'

Make workflow steps more specific — e.g., step 3 should show what 'framework-aligned changes' look like with a before/after snippet or at minimum name the specific annotations and patterns to apply.

Include a brief example of Maven Surefire/Failsafe plugin configuration for the *Test/*IT/*AT naming convention split, since this is listed as a covered topic.

DimensionReasoningScore

Conciseness

The skill has some unnecessary verbosity, particularly the 'Constraints' section which repeats the same compilation-check idea five different ways (MANDATORY, PREREQUISITE, CRITICAL SAFETY, BLOCKING CONDITION, NO EXCEPTIONS). The 'What is covered' bullet list is reasonably efficient but the overall content could be significantly tightened.

2 / 3

Actionability

The skill provides no concrete code examples, no executable commands beyond generic `mvn compile`/`mvn clean verify`, and no actual test patterns. All substantive guidance is deferred to the reference file. The body describes what to do abstractly ('Apply framework-aligned changes') rather than showing how.

1 / 3

Workflow Clarity

The four workflow steps provide a reasonable sequence with a compilation pre-check and post-verification step, but the steps are vague ('Gather scope and decide target improvements', 'Apply framework-aligned changes') and lack specific validation checkpoints or error recovery loops beyond 'stop if compilation fails'.

2 / 3

Progressive Disclosure

The skill references a single detailed reference file with a clear path, which is appropriate structure. However, the SKILL.md body itself is too thin — it delegates almost everything to the reference without providing enough actionable overview content to be useful on its own. The bundle files were not provided, so we cannot verify the reference exists.

2 / 3

Total

7

/

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 niche in Micronaut integration testing. It opens with an explicit 'Use when' clause, lists concrete technologies and patterns, and provides example trigger phrases. The description is specific enough to avoid conflicts with general testing or other framework skills.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions and technologies: @MicronautTest, HttpClient, TestPropertyProvider with Testcontainers, transactional test mode, Maven Surefire/Failsafe splits with specific naming patterns (*Test, *Tests, *IT, *AT).

3 / 3

Completeness

Clearly answers both 'what' (write/improve integration tests for Micronaut with specific technologies and patterns) and 'when' (opens with 'Use when' and provides explicit trigger examples like 'Add Micronaut integration tests with Testcontainers').

3 / 3

Trigger Term Quality

Includes strong natural trigger terms users would say: 'integration tests', 'Micronaut', '@MicronautTest', 'Testcontainers', 'HttpClient', 'datasource', 'broker URLs', and explicit example requests like 'Add Micronaut integration tests with Testcontainers' and 'Wire dynamic datasource or broker URLs'.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive — narrowly scoped to Micronaut integration testing with specific technologies (Testcontainers, TestPropertyProvider, Maven Surefire/Failsafe). Unlikely to conflict with generic testing skills or other framework-specific 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.