deploy-checklist

Generate a deploy readiness checklist with rollback triggers and placeholders.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/ngochuy13/intern-dev --skill deploy-checklist-ngochuy13
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-checklist
Source: https://github.com/ngochuy13/intern-dev/tree/main/skills/deploy-checklist
Command: npx skills add https://github.com/ngochuy13/intern-dev --skill deploy-checklist-ngochuy13

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying changes without a consistent pre-flight verification process can lead to avoidable outages, broken workflows, and uncertainty about rollback readiness.

Core Features & Use Cases

  • Pre-deployment verification: Covers CI test status, code review/approval, known critical bugs, and environment readiness before touching production.
  • Deployment execution readiness: Includes staging verification, smoke testing, canary option, and short-window monitoring for error rates and latency.
  • Post-deployment confirmation & rollback planning: Ensures metrics/changelog updates and defines clear rollback triggers such as error-rate and latency thresholds.

Quick Start

Ask for a checklist by running /deploy-checklist with your target service or release name.

Frequently Asked Questions about deploy-checklist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What should a production readiness checklist cover before shipping a release?

A production readiness checklist should cover CI test status, code review approvals, known critical bugs, and environment readiness. It verifies pre-deployment conditions are met before safely shipping a release to production.

How do I create a rollback plan with clear rollback triggers for a deployment?

To create a rollback plan, define clear rollback triggers using error-rate and latency thresholds. The plan establishes measurable rollback criteria to determine exactly when to revert a failed deployment.

How do I handle database migrations and feature flags during a pre-deployment verification?

Handle database migrations and feature flags during pre-deployment verification by validating their readiness alongside CI checks. This ensures migration readiness and feature flag configuration are confirmed before execution.

What steps are needed for post-deployment confirmation after a release?

Post-deployment confirmation requires updating metrics and changelogs, while monitoring error rates and latency in a short window. It validates deployment success using defined rollback triggers before finalizing the release.

Can I use this deployment checklist for operational handoffs involving staging and canary releases?

Yes, this deployment checklist applies to operational handoffs by verifying staging environments, smoke testing, and canary options. It ensures release readiness through short-window monitoring of error rates and latency.