deploy-checklist

Generate a pre-deployment checklist with CI checks, migrations, and rollback planning.

704|58|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/openyak/desktop --skill deploy-checklist-openyak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-checklist
Source: https://github.com/openyak/desktop/tree/main/backend/app/data/plugins/engineering/skills/deploy-checklist
Command: npx skills add https://github.com/openyak/desktop --skill deploy-checklist-openyak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-deployment verification tasks are often overlooked or performed inconsistently, risking production issues. This skill standardizes and automates the preparation steps for safe releases.

Core Features & Use Cases

  • Pre-Deploy: Ensure CI tests pass, code is reviewed and approved, no known critical bugs exist, database migrations are tested, feature flags are configured, a rollback plan is documented, and on-call notification is set.
  • Deploy: Validate deployment to staging with verifications, run smoke tests, deploy to production (canary if available), monitor error rates and latency for a defined window, and confirm key user flows.
  • Post-Deploy: Confirm metrics are nominal, update release notes or changelog, notify stakeholders, and close related tickets.
  • Rollbacks & Customization: Define rollback triggers and customize steps for different release scenarios (e.g., migrations, feature flags, provider changes).

Quick Start

Generate a tailored pre-deployment checklist for the upcoming release, including CI checks, migrations, feature flags, rollback plan, and on-call notification.

Frequently Asked Questions about deploy-checklist

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

FAQPage Schema
How do I create a pre-deployment checklist for production releases?

A pre-deployment checklist verifies release readiness by enforcing required steps like CI checks, code reviews, database migration tests, feature flag configurations, and rollback plans. It standardizes preparation tasks to prevent oversights and reduce production risks.

What should be verified before deploying to production across multiple services?

Before production deployment, verify that CI tests pass, code is reviewed, no critical bugs exist, database migrations are tested, and feature flags are configured. You also need a documented rollback plan and on-call notifications set.

Can I customize release management steps for database migrations and feature flags?

Yes, you can customize release management steps for different scenarios like database migrations, feature flags, and provider changes. The checklist allows defining specific rollback triggers and tailoring validation steps to fit your workflow.

How do I define rollback triggers for a deployment workflow?

You define rollback triggers during checklist creation by customizing steps for your specific release scenario. The process monitors error rates and latency post-deploy, triggering the documented rollback plan if metrics exceed acceptable thresholds.

Does CI CD pipeline validation require a structured post-deploy verification process?

CI CD pipeline validation benefits from a structured post-deploy process to confirm metrics are nominal, run smoke tests, update release notes, and notify stakeholders. This ensures deployment stability and proper documentation after release.