deploy-checklist

Validate tests, migrations, feature flags, and approvals for deployment readiness.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/cy-wali/knowledge --skill deploy-checklist-cy-wali
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-checklist
Source: https://github.com/cy-wali/knowledge/tree/main/engineering/skills/deploy-checklist
Command: npx skills add https://github.com/cy-wali/knowledge --skill deploy-checklist-cy-wali

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-deployment verification to ensure release readiness by validating tests, migrations, feature flags, and approvals before going to production.

Core Features & Use Cases

  • Automates pre-deploy verification across CI, staging, and production readiness.
  • Enforces checks for test results, migrations, feature flags, rollback plan, and stakeholder notification.
  • Useful for standard releases, hotfixes, and migration-heavy deployments to reduce post-deploy incidents.

Quick Start

Execute a complete pre-deploy readiness check for the given service or release name.

Frequently Asked Questions about deploy-checklist

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

FAQPage Schema
How do I verify pre-deploy readiness for a production release?

Pre-deploy readiness for a production release is verified by validating test results, database migrations, feature flags, and stakeholder approvals to ensure safe deployments. This process applies deterministic checks across CI pipelines and staging environments.

What should a pre-deploy checklist include to prevent post-deploy incidents?

A pre-deploy checklist should include validations for test results, database migrations, feature flag states, rollback documentation, and stakeholder notifications to prevent post-deploy incidents. This ensures deterministic readiness across standard releases and hotfixes.

How do I plan a rollback strategy for migration-heavy deployments?

A rollback strategy for migration-heavy deployments is planned by documenting rollback procedures and validating migration readiness during the pre-deploy phase. This ensures safe releases by enforcing deterministic checks before production changes occur.

Can I automate deployment verification across CI pipelines and staging?

Deployment verification can be automated across CI pipelines and staging by enforcing checks for test results, migrations, feature flags, and approvals. This automated readiness validation reduces post-deploy incidents for standard and hotfix releases.

Does this pre-deploy verification support hotfixes and standard software releases?

Pre-deploy verification supports both standard software releases and hotfixes by applying deterministic readiness checks for tests, migrations, and feature flags. It ensures rollback documentation and stakeholder notifications are satisfied across all release types.