What problem does it solve? Teams shipping releases often forget critical verification steps, leading to failed deployments, untested database migrations, or missing rollback plans. This Skill produces a structured pre-deployment checklist so nothing is overlooked before going to production. ## Core Features & Use Cases - Structured Checklist Generation: Produces pre-deploy, deploy, and post-deploy sections covering CI status, code review, smoke tests, and monitoring. - Rollback Planning: Defines rollback triggers such as error rate and latency thresholds before the deploy happens. - Context-Aware Customization: Adapts the checklist for feature flags, database migrations, or breaking API changes, and can pull PR, CI/CD, and monitoring data when connectors are available. - Use Case: Before shipping a release that includes a database migration, run the checklist to confirm migrations are tested, the pipeline is green, the on-call team is notified, and rollback criteria are documented. ## Quick Start Ask the assistant to run the deploy-checklist for your service or release name to generate a customized pre-deployment verification checklist.