deploy-checklist

Generate a structured pre-deployment checklist covering CI, migrations, and rollback planning.

6|3|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/alo-exp/silver-bullet --skill deploy-checklist-alo-exp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-checklist
Source: https://github.com/alo-exp/silver-bullet/tree/main/forge/skills/engineering-deploy-checklist
Command: npx skills add https://github.com/alo-exp/silver-bullet --skill deploy-checklist-alo-exp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments often fail or cause outages due to missing approvals, untested migrations, or unknown rollback steps. This skill generates a structured pre-deployment checklist to verify readiness before shipping.

Core Features & Use Cases

  • Generates a pre-deploy checklist covering CI status, code reviews, migrations, feature flags, and rollback planning.
  • Supports customization: tailor steps for environments with feature flags, migrations, or breaking API changes.
  • Provides export-friendly output that can be attached to release notes or runbooks, and integrated into existing pipelines.

Quick Start

Run the deploy-checklist before shipping to verify readiness.

Frequently Asked Questions about deploy-checklist

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

FAQPage Schema
What is a pre-deployment checklist and why do I need one before shipping?

A pre-deployment checklist verifies release readiness by enforcing approvals, migration testing, rollback documentation, and post-deploy notifications to prevent outages caused by missing checks.

How do I create a release checklist that includes database migrations and feature flags?

Generate a structured pre-deploy checklist covering CI status, code reviews, migrations, feature flags, and rollback planning, customized for environments with specific features or breaking API changes.

Can I customize pre-deploy checks for different CI-CD pipelines?

Yes, pre-deployment checklists support customization for different deployment pipelines, allowing you to tailor steps for environments with feature flags, migrations, or breaking API changes.

What's the best way to document rollback steps before a production release?

Use a structured pre-deployment checklist to enforce rollback documentation as a required step before shipping, ensuring rollback steps are verified and attached to release notes or runbooks.

How do I integrate pre-deploy verification into existing release management pipelines?

The checklist provides export-friendly output that can be attached to release notes or runbooks and integrated into existing release management pipelines to enforce approvals and post-deploy notifications.