deploy-checklist

Automate pre-deployment readiness checks with rollback planning and pass/fail criteria.

6|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/anotherben/claude-harness --skill deploy-checklist-anotherben
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-checklist
Source: https://github.com/anotherben/claude-harness/tree/main/skills/deploy-checklist
Command: npx skills add https://github.com/anotherben/claude-harness --skill deploy-checklist-anotherben

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates pre-deployment readiness verification to prevent production issues.

Core Features & Use Cases

  • Pre-Deploy Validation Checklist: standardizes checks before production releases.
  • Migration Safety & Env Vars: validates migrations, environment variables, and feature flags.
  • Rollback Planning: outlines rollback steps and verification post-deploy.

Quick Start

Review the checklist against your deployment plan and tailor it to your project before release.

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 readiness checklist and what does it verify?

A pre-deployment readiness checklist standardizes verification before production releases by checking code readiness, migration safety, environment variables, dependency status, feature flags, and deployment sequencing to prevent production issues.

How do I verify environment variables and migration safety before a production deploy?

You can verify environment variables and migration safety by running an automated pre-deploy validation checklist that validates env vars, checks feature flags, and confirms database migrations are safe before executing the release workflow.

What's the best way to plan a rollback for a production release?

The best way to plan a production rollback is to use a structured pre-deploy checklist that outlines specific rollback steps, establishes clear ownership, and defines verifiable pass/fail criteria for post-deployment verification.

Does this deployment checklist support stepwise execution order for release workflows?

Yes, the deployment checklist supports stepwise execution order across typical release workflows, ensuring structured sequencing of dependency checks, migrations, and feature flags before production deployment.

Can I tailor the pre-deploy checklist to fit my specific project release process?

Yes, you can tailor the pre-deploy checklist against your deployment plan to fit your specific project release process, adapting the validation steps for env vars, migrations, and rollback planning before release.

Why does my production deploy fail due to missing pre-flight checks?

Production deploys fail without pre-flight checks because code readiness, environment variables, and feature flags remain unverified, leading to deployment sequencing errors and a lack of rollback planning that causes production issues.