deployment-checklist

Enforce pre-, during-, and post-deployment checks for production releases.

19|3|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/qa-aman/claude-skills --skill deployment-checklist-qa-aman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-checklist
Source: https://github.com/qa-aman/claude-skills/tree/main/skills/by-role/devops/deployment-checklist
Command: npx skills add https://github.com/qa-aman/claude-skills --skill deployment-checklist-qa-aman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, repeatable deployment checklist to reduce release risk by ensuring critical pre- and post-deployment steps are completed consistently.

Core Features & Use Cases

  • Pre-Deployment Checklist: verifies code readiness and readiness signals (CI green, code review completed, migrations backward/forward compatible).
  • Deployment Execution: logs start/end times, deployer, and monitors baseline metrics.
  • Post-Deployment Checklist: confirms monitoring dashboards are active, alerts stable, and core user journeys are functioning.
  • Rollback & Recovery: defines rollback steps and criteria to trigger a safe revert.

Quick Start

Before every production deployment, run the deployment-checklist to verify pre-deploy readiness, execute the deployment, and confirm post-deploy health.

Frequently Asked Questions about deployment-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 for production releases?

A pre-deployment checklist verifies code readiness before production releases by confirming CI pipelines are green, code reviews are completed, and database migrations are backward compatible. It reduces release risk by ensuring critical steps are consistently completed.

How do I automate deployment risk management for frequent production releases?

Automate deployment risk management by enforcing structured pre-, during-, and post-deployment checks. This involves verifying readiness signals, logging deployment start and end times, and monitoring baseline metrics to ensure safe, repeatable production releases.

What should be included in a post-deployment checklist for monitoring?

A post-deployment checklist should confirm that monitoring dashboards are active, alerts are stable, and core user journeys are functioning. It ensures the deployment is healthy and operating correctly after the release.

How do I define rollback criteria and steps for a safe deployment revert?

Define rollback criteria by establishing specific thresholds for triggering a safe revert. Plan rollback steps before deployment to ensure you can quickly recover if monitoring alerts spike or core user journeys fail after the release.

Can I use a deployment checklist for database migrations and feature flags?

Yes, a deployment checklist applies to software teams performing frequent production releases, including database migrations and feature flags. It verifies backward and forward compatibility and manages cross-team notifications during the release.