deploy-checklist

Automates a pre-deployment verification checklist for releases across staging and production.

4|4|Updated Dec 15, 2024
One-click install
npx skills add https://github.com/adrianliechti/wingman-chat --skill deploy-checklist-adrianliechti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-checklist
Source: https://github.com/adrianliechti/wingman-chat/tree/main/skills/engineering/deploy-checklist
Command: npx skills add https://github.com/adrianliechti/wingman-chat --skill deploy-checklist-adrianliechti

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-deployment verification is prone to human error and missed steps; this Skill provides a structured checklist to ensure readiness before releases.

Core Features & Use Cases

  • Pre-Deploy: verify CI status, approvals, and migrations are ready.
  • Deploy: validate canary and production steps, monitor quick checks.
  • Post-Deploy: confirm metrics, document changes, and notify stakeholders.
  • Rollback: outline rollback triggers and rollback procedures.

Quick Start

Run the deploy-checklist before every release to verify readiness.

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 CI-CD releases?

A pre-deployment checklist for CI-CD releases verifies CI status, approvals, and migration readiness before applying changes to staging or production environments.

What should be included in a production release verification process?

A production release verification process should include pre-deploy checks, canary validation, post-deploy metric confirmation, stakeholder notifications, and documented rollback triggers.

How do I plan a rollback strategy for database migrations?

Planning a rollback strategy for database migrations involves defining specific rollback triggers and outlining step-by-step rollback procedures within your post-deploy monitoring phase.

Can I customize deployment checklists for feature flags and staging environments?

Yes, deployment checklists can be customized to validate feature flag states and verify staging environment readiness before promoting releases to production.

What is the best way to automate post-deploy monitoring checks?

Automating post-deploy monitoring checks involves confirming metrics, documenting changes, and notifying stakeholders immediately after canary and production steps complete.