What problem does it solve?
It eliminates the slow, error-prone process of manually wiring a complete multi-layer test stack in a Spring Boot 4 project by coordinating unit, component, e2e, acceptance, contract, mutation, and benchmark setup in one guided pass.
Core Features & Use Cases
- Full test pyramid orchestration: Runs layer-by-layer skills in dependency order to create unit, component, and e2e foundations, then adds acceptance, contract, mutation, and benchmarks.
- Spec-first quality tooling: Adds Pact provider verification for contract testing and PIT mutation testing to harden coverage quality, plus JMH for performance/benchmark scaffolding.
- Guardrails against duplicates: Includes explicit guidance not to use this orchestrator on projects scaffolded with the enterprise profile, reducing risk of duplicate layers/tasks in the build.
Quick Start
Tell the assistant to add the complete test pyramid to your Spring Boot 4 project by running this skill for a standard-profile scaffolded project so that all seven layers and tools are configured consistently.