Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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
.claude/skills/jabrena-422-frameworks-quarkus-testing-integration-tests/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 48% | 0% |
| case-19 | ✓→✗ | ▼ Worse | -66% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 102% | 0% |
| case-05 | ✓→✓ | = Same ✓ | -17% | 0% |
Apply integration testing patterns for Quarkus with real wiring and reproducible infrastructure.
What is covered in this Skill?
Scope: Apply recommendations based on the reference rules and good/bad code examples.
Compile before changes; verify after; Docker may be required for containers.
./mvnw compile or mvn compile before applying any change./mvnw clean verify or mvn clean verify after applying improvements; Docker is required for Testcontainers and Dev ServicesRead references/422-frameworks-quarkus-testing-integration-tests.md and inspect the current project setup before proposing changes.
Identify requested outcomes, constraints, and the minimum safe set of changes to apply.
Implement or refactor configuration/code following the reference patterns and project conventions.
Execute appropriate build/tests and summarize what changed, what was verified, and any follow-up actions.
For detailed guidance, examples, and constraints, see references/422-frameworks-quarkus-testing-integration-tests.md.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 18,554 | 5,303 | -71% | 1 | 1 | 0% | 3,652 | 838 | -77% | 0 | 0 | — |
case-02 | fail→fail | 15,283 | 6,841 | -55% | 1 | 1 | 0% | 2,813 | 1,001 | -64% | 0 | 0 | — |
case-03 | fail→fail | 30,672 | 5,136 | -83% | 1 | 1 | 0% | 2,502 | 858 | -66% | 0 | 0 | — |
case-04 | pass→pass | 4,169 | 4,345 | +4% | 1 | 1 | 0% | 661 | 1,332 | +102% | 0 | 0 | — |
case-05 | pass→pass | 10,976 | 5,769 | -47% | 1 | 1 | 0% | 1,925 | 1,603 | -17% | 0 | 0 | — |
case-06 | pass→pass | 4,711 | 3,753 | -20% | 1 | 1 | 0% | 743 | 1,238 | +67% | 0 | 0 | — |
case-07 | pass→pass | 15,489 | 5,958 | -62% | 1 | 1 | 0% | 2,522 | 1,563 | -38% | 0 | 0 | — |
case-08 | fail→pass | 13,654 | 3,644 | -73% | 1 | 1 | 0% | 2,305 | 1,183 | -49% | 0 | 0 | — |
case-09 | pass→pass | 5,382 | 4,303 | -20% | 1 | 1 | 0% | 921 | 1,373 | +49% | 0 | 0 | — |
case-10 | pass→pass | 7,773 | 1,967 | -75% | 1 | 1 | 0% | 1,193 | 838 | -30% | 0 | 0 | — |
case-11 | pass→pass | 6,622 | 3,688 | -44% | 1 | 1 | 0% | 1,001 | 1,195 | +19% | 0 | 0 | — |
case-12 | pass→pass | 4,741 | 4,641 | -2% | 1 | 1 | 0% | 704 | 1,341 | +90% | 0 | 0 | — |
case-13 | fail→pass | 5,802 | 4,380 | -25% | 1 | 1 | 0% | 869 | 1,290 | +48% | 0 | 0 | — |
case-14 | pass→pass | 7,871 | 3,729 | -53% | 1 | 1 | 0% | 1,414 | 1,262 | -11% | 0 | 0 | — |
case-15 | pass→pass | 9,726 | 4,181 | -57% | 1 | 1 | 0% | 1,566 | 1,190 | -24% | 0 | 0 | — |
case-16 | pass→pass | 4,341 | 3,448 | -21% | 1 | 1 | 0% | 766 | 1,214 | +58% | 0 | 0 | — |
case-17 | pass→pass | 5,132 | 4,051 | -21% | 1 | 1 | 0% | 879 | 1,297 | +48% | 0 | 0 | — |
case-18 | pass→pass | 10,166 | 15,418 | +52% | 1 | 1 | 0% | 2,002 | 3,662 | +83% | 0 | 0 | — |
case-19 | pass→fail | 15,415 | 6,984 | -55% | 1 | 1 | 0% | 2,843 | 968 | -66% | 0 | 0 | — |
case-20 | pass→pass | 4,836 | 4,195 | -13% | 1 | 1 | 0% | 754 | 1,332 | +77% | 0 | 0 | — |
case-21 | pass→pass | 4,186 | 2,991 | -29% | 1 | 1 | 0% | 728 | 1,121 | +54% | 0 | 0 | — |
case-22 | pass→pass | 13,068 | 6,991 | -47% | 1 | 1 | 0% | 2,429 | 2,019 | -17% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 19 counted toward the lift figure. The other 3 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +5 percentage points is the difference between those two pass rates over the 19 comparable cases. 4 cases got worse with the skill loaded, and they are included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.