CtrlK
BlogDocsLog inGet started
Tessl Logo

423-frameworks-quarkus-testing-acceptance-tests

Use when you need to implement acceptance tests from a Gherkin .feature file for Quarkus applications — including @acceptance scenarios, @QuarkusTest, BaseAcceptanceTest with QuarkusTestResourceLifecycleManager for Testcontainers and WireMock, REST Assured for full HTTP pipeline testing, WireMock JSON mapping files (classpath:wiremock/mappings/), *AT suffix naming, and Maven Surefire/Failsafe three-tier split. Requires the .feature file in context. This should trigger for requests such as Implement Quarkus acceptance tests from a Gherkin feature file; Set up BaseAcceptanceTest with Testcontainers and WireMock for Quarkus; Create WireMock JSON mapping files for external HTTP stubs in Quarkus acceptance tests; Configure Maven *AT naming convention and Failsafe plugin for Quarkus acceptance tests. Part of cursor-rules-java project

69

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

70%

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

The body is well-structured with a clear workflow, explicit compile/verify checkpoints, and a clean one-level reference split. Its weaker points are conciseness (the 'What is covered' and 'When to use' sections duplicate the description and constraints are restated) and actionability (executable test code is deferred entirely to the reference).

Suggestions

Collapse the 'What is covered in this Skill?' and 'When to use this skill' bullet lists, which largely restate the frontmatter description, into a single concise trigger list to remove duplication and tighten conciseness.

Dedupe the constraint block — the .feature-file precondition is stated twice and the compile-before rule appears as both 'MANDATORY' and 'PREREQUISITE'; keep one canonical statement of each.

Add one minimal inline code anchor (e.g. a stub *AT class shell showing @QuarkusTest + extends BaseAcceptanceTest + a REST Assured given/when/then) so the body is actionable without forcing a trip to the reference.

DimensionReasoningScore

Conciseness

The body avoids explaining concepts Claude already knows, but it is padded with duplication: the 'What is covered' and 'When to use' bullet lists repeat much of the description, and constraints are restated multiple times ('PRECONDITION ... stop and ask if not provided' appears twice; 'MANDATORY compile before' and 'PREREQUISITE must compile' are near-duplicates), so it could be tightened to reach the level-3 'lean' anchor.

2 / 3

Actionability

Concrete commands are present ('./mvnw compile', './mvnw clean verify', classpath 'wiremock/mappings/' with '__files/') and the Given/When/Then plus *AT naming guidance is specific, but the executable test scaffolding (BaseAcceptanceTest, REST Assured calls, WireMock mapping JSON) lives only in the reference rather than the body, leaving the body at the 'some concrete guidance but incomplete' level.

2 / 3

Workflow Clarity

The four-step workflow has explicit validation checkpoints — a MANDATORY compile-before gate, a 'BLOCKING CONDITION' that compilation errors must be resolved before proceeding, and a VERIFY step running 'clean verify' — providing the feedback loop the rubric rewards for scaffolding-style operations, matching the level-3 anchor rather than the checkpoint-missing level-2 anchor.

3 / 3

Progressive Disclosure

The ~60-line body is a concise overview that points to a single real reference file (references/423-frameworks-quarkus-testing-acceptance-tests.md, confirmed present) one level deep, signaled both in Workflow step 1 and a dedicated Reference section with a markdown link, with no nested references — matching the level-3 'clear overview with well-signaled one-level-deep references' anchor.

3 / 3

Total

10

/

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.

A strong, highly specific description that covers concrete capabilities, explicit natural trigger phrasings, and a clear what/when structure with no voice issues. It is dense but every clause names a real capability, so verbosity is not penalized here.

DimensionReasoningScore

Specificity

The description enumerates many concrete capabilities — '@QuarkusTest', 'BaseAcceptanceTest with QuarkusTestResourceLifecycleManager for Testcontainers and WireMock', 'REST Assured for full HTTP pipeline testing', 'WireMock JSON mapping files (classpath:wiremock/mappings/)', '*AT suffix naming', and 'Maven Surefire/Failsafe three-tier split' — matching the 'lists multiple specific concrete actions' anchor rather than the partial level-2 anchor.

3 / 3

Completeness

It explicitly answers both 'what' (the long capability enumeration) and 'when' with an explicit 'Use when you need to implement acceptance tests from a Gherkin .feature file' clause plus a 'This should trigger for requests such as' list, satisfying the level-3 anchor; the Use when clause is present so the cap-at-2 guideline does not apply.

3 / 3

Trigger Term Quality

It provides natural user phrasings via 'This should trigger for requests such as Implement Quarkus acceptance tests from a Gherkin feature file; Set up BaseAcceptanceTest with Testcontainers and WireMock for Quarkus; ...', giving good coverage of terms a user would actually say, beyond the 'some relevant keywords' of level 2.

3 / 3

Distinctiveness Conflict Risk

The niche is tightly scoped to 'Quarkus applications' plus Gherkin acceptance tests with the *AT/Failsafe convention, and it even names adjacent skills (@133, @323) to redirect non-Quarkus stacks, making it clearly distinguishable and unlikely to trigger for the wrong skill.

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.

Validation16 / 16 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.