What problem does it solve?
Manual pre-deployment verification is slow, error-prone, and creates release bottlenecks, increasing the risk of shipping broken or unstable builds to production.
Core Features & Use Cases
- Automated Build Validation: Runs build pipelines to catch compilation errors, dependency issues, and build failures before deployment.
- End-to-End (E2E) Testing: Executes full user flow tests to validate core application functionality works as expected in production-like environments.
- Browser Health Diagnostics: Performs health checks on browser instances to identify rendering issues, performance regressions, and compatibility problems pre-deployment.
- Use Case: Engineering teams using continuous deployment pipelines can use this skill to automatically validate every release passes all critical quality gates without manual testing overhead.
Quick Start
Use the auto-canary skill to run full deployment verification checks for your pending release, including build, end-to-end, and browser health tests.