What problem does it solve?
This Skill removes the manual coordination needed to validate the entire application by running unit tests across backend and frontend components, then executing acceptance tests with the backend started in the correct sequence.
Core Features & Use Cases
- Parallel unit test orchestration: Runs backend usecase tests, backend adapter tests, and frontend tests concurrently to reduce total validation time.
- End-to-end test flow: Starts the backend only after unit tests pass, then runs acceptance tests and shuts the backend down afterward.
- Use case: Ideal when you want a single reliable workflow before merging code, verifying a large refactor, or checking that both application layers and integrated acceptance paths still pass together.
Quick Start
Ask the AI to use the test-all skill to run the complete test suite and report pass or fail results for backend, frontend, and acceptance tests.