Solid TDD workflow for Quarkus 3.x with the testing stack already wired up: JUnit 5, Mockito, REST Assured, and JaCoCo coverage enforcement at 80%. The skill pushes you through red-green-refactor cycles with nested test organization and the AAA pattern. It shines when you're building event-driven services with Apache Camel routes and RabbitMQ, giving you concrete patterns for mocking endpoints and validating message flows. The examples show proper test structure with given-when-then naming and DisplayName annotations, plus all the verify and never patterns you need to catch interaction bugs. Use this when you want enforced discipline around test coverage and aren't just writing tests as an afterthought.
npx -y skills add affaan-m/ecc --skill quarkus-tdd --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
github/awesome-copilot