What problem does it solve?
This Skill prevents broken or unsafe releases by guiding you through a disciplined deploy workflow with explicit pre-flight checks, dry-runs, and post-deploy verification.
Core Features & Use Cases
- Environment-appropriate deployment: chooses the correct target (dev, staging, or prod) and deploy mechanism without inventing new processes.
- Safer execution with validation: performs dry-runs when available and validates artifacts and CI status before rollout.
- Operational verification: waits for readiness via health checks and smoke tests, then records the outcome in the project’s conventions.
Quick Start
Tell the agent which environment you want to deploy to (dev, staging, or prod) and what deploy mechanism and artifact/tag should be used, and ask it to run the safest available dry-run, apply the change, verify health and smoke tests, and update the deploy log or changelog.