deploy-check

Executes a pre-deployment checklist covering code, database migrations, environment variables, dependencies, performance, monitoring, rollback procedures and smoke tests for production releases.

42|5|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/kazdenc/builder-skills --skill deploy-check-kazdenc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deploy-check
Source: https://github.com/kazdenc/builder-skills/tree/main/.claude/skills/dev/deploy/deploy-check
Command: npx skills add https://github.com/kazdenc/builder-skills --skill deploy-check-kazdenc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive checklist to ensure all critical aspects of a deployment are verified before pushing changes to production, minimizing risks and preventing common deployment failures.

Core Features & Use Cases

  • Pre-deployment Verification: Systematically checks code, database, environment, dependencies, performance, and monitoring configurations.
  • Rollback Planning: Guides the creation of a clear rollback strategy for various failure scenarios.
  • Smoke Testing: Defines essential post-deploy tests to confirm core functionality.
  • Use Case: Before deploying a new feature, run this checklist to confirm all tests pass, new environment variables are set, and a rollback plan is in place.

Quick Start

Run the deploy-check skill to perform a pre-deployment review.

Frequently Asked Questions about deploy-check

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

FAQPage Schema
What is a pre-deployment checklist for production readiness?▼

A pre-deployment checklist for production readiness is a systematic verification process covering code integrity, database migrations, environment variables, dependencies, performance metrics, and monitoring setup to prevent deployment failures.

How do I create a rollback plan before deploying to production?▼

To create a rollback plan before deploying to production, define clear rollback procedures and strategies for various failure scenarios, ensuring you can quickly revert changes if post-deploy smoke tests reveal critical issues.

What smoke tests should I run after a production deployment?▼

Smoke tests to run after a production deployment should confirm core functionality by verifying that essential application features operate correctly, database migrations applied successfully, and monitoring configurations are active.

What should I check before deploying new environment variables to production?▼

Before deploying new environment variables to production, check that all environment variable configurations are correctly set, code integrity passes, dependency audits are clear, and performance metrics meet baseline thresholds.

Can I use a deployment checklist for database migrations and dependency audits?▼

Yes, you can use a deployment checklist for database migrations and dependency audits to systematically verify code, database changes, environment configurations, and dependencies before pushing changes to production environments.