What problem does it solve?
Manually verifying that a cloned deployment stack is fully functional after setup is tedious, inconsistent, and prone to human error, especially when working with multi-service Docker Compose environments that require sequential health checks and end-to-end route validation.
Core Features & Use Cases
- Automated Stack Boot: Automatically starts the Docker Compose stack for the cloned project without manual intervention.
- Health & Route Validation: Polls service health endpoints and hits public routes to confirm all components are functioning correctly.
- Clear Test Summary: Prints an easy-to-read green/red summary of all smoke test results for quick status assessment.
- Use Case: Platform engineers setting up a new project's on-prem deployment stack can use this skill to instantly verify the stack is ready for development immediately after cloning, eliminating hours of manual testing.
Quick Start
Use the stack-validator skill to run a full smoke test suite on the cloned orders-platform stack and receive a clear pass/fail summary of all validation checks.