What problem does it solve?
This Skill prevents broken or risky production releases by ensuring teams verify CI health, required environment variables, migration readiness, rollback readiness, smoke testing, and monitoring outcomes before and after every deployment.
Core Features & Use Cases
- Pre-deploy verification: Confirms CI is green, required env vars are present, migrations are reviewed for irreversibility, and rollback plans are documented.
- Deployment execution guardrails: Ensures the correct branch or tag is deployed and that startup logs show no unexpected errors.
- Post-deploy validation: Validates smoke tests, health endpoint status, error-rate and latency stability, and that monitoring alerts have not newly triggered.
- Rollback trigger criteria: Provides clear thresholds for initiating rollback (e.g., error rate, P95 latency, data integrity issues, or critical 5xx paths).
Use case: A team is about to ship a release that includes database migrations—this Skill helps verify migrations were dry-run tested, ensures a rollback path exists, and confirms post-release user flows and monitoring remain healthy.
Quick Start
Use the deploy-checklist skill to run the pre-deploy and post-deploy checklist for my production deployment using the current environment and release details.