CtrlK
BlogDocsLog inGet started
Tessl Logo

422-frameworks-quarkus-testing-integration-tests

Use when you need to write or improve integration tests for Quarkus — including @QuarkusTest, Dev Services for automatic container provisioning, Testcontainers via QuarkusTestResourceLifecycleManager, WireMock for external HTTP stubs, @QuarkusIntegrationTest for black-box testing against packaged artifacts, REST Assured, data isolation strategies (@TestTransaction vs @BeforeEach cleanup), and Maven Surefire/Failsafe three-tier split (*Test, *IT, *AT). This should trigger for requests such as Add or improve integration tests in a Quarkus project; Configure Testcontainers or Dev Services for Quarkus tests; Add WireMock stubs for external HTTP dependencies in Quarkus integration tests; Set up @QuarkusIntegrationTest for packaged artifact or native binary testing; Fix test data isolation or configure Maven Surefire/Failsafe split. 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/422-frameworks-quarkus-testing-integration-tests/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 an excellent skill description that thoroughly covers the Quarkus integration testing domain with specific technologies, concrete actions, and explicit trigger scenarios. It uses proper third-person voice and provides both 'what' and 'when' guidance clearly. The only minor concern is that it's quite verbose, but the density of useful trigger terms and specificity justifies the length.

DimensionReasoningScore

Specificity

The description lists multiple specific concrete actions and technologies: @QuarkusTest, Dev Services, Testcontainers via QuarkusTestResourceLifecycleManager, WireMock for HTTP stubs, @QuarkusIntegrationTest, REST Assured, data isolation strategies, and Maven Surefire/Failsafe three-tier split. These are highly specific and actionable.

3 / 3

Completeness

The description clearly answers both 'what' (write/improve integration tests with specific technologies and patterns) and 'when' (explicit trigger phrases like 'This should trigger for requests such as...' followed by concrete scenarios). The 'Use when' clause is present at the very start.

3 / 3

Trigger Term Quality

Excellent coverage of natural terms a user would say: 'integration tests', 'Quarkus', 'Testcontainers', 'Dev Services', 'WireMock', '@QuarkusIntegrationTest', 'test data isolation', 'Maven Surefire/Failsafe', 'REST Assured', 'native binary testing'. These are the exact terms developers would use when requesting help with Quarkus testing.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive — it targets specifically Quarkus integration testing with named frameworks and patterns. The combination of Quarkus + integration testing + specific tools like Dev Services, WireMock, and Testcontainers creates a very clear niche that is unlikely to conflict with general Java testing or other framework-specific 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 functions primarily as a table of contents and pointer to a reference file, with almost no actionable content in the body itself. While the workflow structure and constraints provide some useful guardrails, the complete absence of code examples, configuration snippets, or concrete patterns means Claude would need to read the entire reference file before being able to do anything. The skill would benefit significantly from including at least minimal executable examples for the most common patterns.

Suggestions

Add at least 2-3 concrete, executable code examples inline (e.g., a minimal @QuarkusTest class, a Dev Services configuration snippet, a WireMock stub setup) so the skill has standalone actionable value without requiring the reference file.

Make workflow step 3 ('Apply framework-aligned changes') more specific by listing the concrete actions for common scenarios (e.g., 'To add a @QuarkusTest: create class annotated with @QuarkusTest, inject dependencies with @Inject, use REST Assured for HTTP assertions').

Add an explicit feedback loop in the workflow for when verification fails—e.g., 'If tests fail: check Docker is running for Dev Services/Testcontainers, review test isolation strategy, re-run individual test class with -Dtest=ClassName'.

Remove the 'What is covered' bullet list or merge it into the workflow steps to reduce redundancy with the description and 'When to use' sections.

DimensionReasoningScore

Conciseness

The 'What is covered' bullet list largely restates the description/trigger conditions and adds little actionable value. The constraints section has some redundancy (e.g., 'MANDATORY' and 'PREREQUISITE' say the same thing). However, it's not egregiously verbose—mostly efficient but could be tightened.

2 / 3

Actionability

There are no concrete code examples, no executable commands beyond generic './mvnw compile' and './mvnw clean verify', no sample test classes, no configuration snippets. All substantive guidance is deferred to the reference file. The skill body describes rather than instructs.

1 / 3

Workflow Clarity

The four workflow steps provide a reasonable sequence and the constraints section includes a validation step (compile before, verify after). However, there are no explicit feedback loops for error recovery, no checkpoints between steps, and the steps themselves are vague ('Apply framework-aligned changes' is not actionable). The pre/post compilation checks are good but the middle steps lack specificity.

2 / 3

Progressive Disclosure

The skill references a single detailed reference file with a clear path, which is good structure. However, since no bundle files were provided, we cannot verify the reference exists. More importantly, the SKILL.md itself contains almost no substantive content—it's essentially just a pointer to the reference file with a table of contents, meaning the split is too aggressive: the overview lacks enough standalone value.

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.