deployment-procedures

Guide production deployments with rollback planning and health checks.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/jonnathan-ls/ai-context-kit --skill deployment-procedures-jonnathan-ls
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/jonnathan-ls/ai-context-kit/tree/main/skills/deployment-procedures
Command: npx skills add https://github.com/jonnathan-ls/ai-context-kit --skill deployment-procedures-jonnathan-ls

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Production deployments carry risk and require structured guidelines to verify readiness, coordinate changes, and minimize downtime.

Core Features & Use Cases

  • Guided deployment patterns (rolling, blue-green, canary) with rollback prompts.
  • Pre-deployment verification, backup, and health-check procedures to reduce blast radius.
  • Real-world decision scenarios covering CI/CD, platform differences, and post-deploy validation.

Quick Start

Outline a minimal, safe deployment plan for a production release using a rolling or blue-green strategy.

Frequently Asked Questions about deployment-procedures

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

FAQPage Schema
How do I plan a safe production deployment with zero downtime?

Plan zero downtime production deployments by applying rolling or blue-green deployment patterns with pre-deployment verification, backups, and health checks. This structured approach minimizes blast radius and verifies readiness before releasing changes.

What is the best way to execute a production rollback after a failed release?

Execute a production rollback using structured rollback prompts and planning built into your deployment workflow. This ensures verified backup states and clear procedures to revert changes safely without extended downtime.

How do I include health checks and post-deploy verification in my CI/CD pipeline?

Include health checks and post-deploy verification in your CI/CD pipeline by following multi-phase deployment procedures. This involves validating application health and monitoring metrics immediately after production release to catch failures early.

When should I choose canary deployments over blue-green for my production release?

Choose canary deployments over blue-green when you need to route a subset of production traffic to validate changes incrementally and reduce blast radius. Blue-green provides instant rollback by switching between two identical environments.

Do I need a specific CI/CD platform to use guided deployment patterns?

You do not need a specific CI/CD platform. The guided deployment patterns and rollback prompts apply to any production release workflow across platforms, covering multi-phase deployment, health checks, and post-deploy validation.