What problem does it solve?
It ensures safe, reliable deployment of built artifacts by enforcing pre‑deployment checks, rollback planning, and post‑deployment verification, preventing accidental releases.
Core Features & Use Cases
- Pre‑deployment gates: tests, build, lint, versioning, and configuration checks.
- Artifact verification: existence, version, integrity, and size validation.
- Environment validation: reachability, required services, configuration correctness, resource availability, and incident status checks.
- Rollback plan enforcement: documented, tested procedures with trigger conditions and time estimates.
- Controlled execution: reads
.deploy/ instructions, logs deployment actions, and monitors for errors.
- Post‑deployment verification: health checks, smoke tests, performance monitoring, and error rate analysis.
Use case: When a GOAL.md demands deploying an application to staging or production, this skill orchestrates the entire safe deployment flow.
Quick Start
Ask the assistant to run the deployment skill for your project, ensuring all safety gates are checked before releasing the artifact.