deploy-checklist

Execute pre-deployment checks, staging and production deploys, and post-deployment documentation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Ic1558/0luka --skill deploy-checklist-ic1558
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deploy-checklist
Source: https://github.com/Ic1558/0luka/tree/main/.agent/skills/deploy-checklist
Command: npx skills add https://github.com/Ic1558/0luka --skill deploy-checklist-ic1558

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill Unit provides a detailed deploy checklist to help users ensure all necessary checks are completed before any deployment, reducing risk and potential downtime.

Core Features & Use Cases

  • Pre-deploy checks: Verifies tests are passing, TODOs are resolved, migrations are reversible, environment variables are set, and feature flags are managed.
  • Staging deploy: Includes a step to deploy changes to staging and watch for issues.
  • Production deploy: Highlights the need for human approval, low-traffic window deployment, monitoring, and rollback readiness.
  • Post-deploy actions: Documents the deployment details and enables troubleshooting by updating the checklist.

Quick Start

Run the deploy-checklist skill to execute the deploy checklist for your environment.

Frequently Asked Questions about deploy-checklist

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

FAQPage Schema
What should a pre-deployment checklist include to prevent production downtime?▼

A pre-deployment checklist should verify passing tests, resolved TODOs, reversible migrations, set environment variables, and managed feature flags to reduce risk and prevent downtime.

How do I manage feature flags and environment variables before a production deploy?▼

Manage feature flags and environment variables by verifying their configuration during pre-deploy checks, ensuring all necessary toggles are set correctly before executing the production deploy.

What steps are required for deploying changes to a staging environment?▼

Deploying changes to staging requires pushing the build to the staging environment and actively watching for issues to validate stability before moving to production.

How do I ensure safe production deployment with human oversight?▼

Ensure safe production deployment by obtaining human approval, deploying during a low-traffic window, monitoring metrics closely, and maintaining rollback readiness for immediate mitigation.

What post-deployment actions are necessary for software release documentation?▼

Post-deployment actions for documentation involve recording the deployment details and updating the checklist to enable future troubleshooting and maintain deployment records.

Can this deployment automation skill work without external dependencies?▼

Yes, this deployment automation skill works without external dependencies, providing a standalone script component to enforce best practices and risk mitigation during human oversight workflows.