What problem does it solve?
This Skill ensures that deploying software artifacts to any environment is a safe, repeatable, and verifiable process, preventing costly errors and downtime.
Core Features & Use Cases
- Mandatory Safety Gates: Enforces critical checks like passing tests, successful builds, and linting before deployment.
- Artifact Verification: Confirms the integrity and correctness of the artifact being deployed.
- Environment Validation: Checks the target environment's health and accessibility.
- Rollback Planning: Guarantees a documented and tested rollback procedure is in place.
- Use Case: Automatically deploy a new version of a web application to staging, ensuring all tests pass, the artifact is correct, the environment is healthy, and a rollback plan is ready if issues arise.
Quick Start
Use the deployment skill to deploy the artifact to the staging environment following the instructions in the .deploy/ directory.