deployment-procedures

Guide production deployments with rollback procedures and verification steps.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Andrejr82/Caculinha_BI --skill deployment-procedures-andrejr82
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/Andrejr82/Caculinha_BI/tree/main/.agent/skills/deployment-procedures
Command: npx skills add https://github.com/Andrejr82/Caculinha_BI --skill deployment-procedures-andrejr82

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive understanding of safe and effective deployment procedures, enabling users to make informed decisions during production releases and minimize risks.

Core Features & Use Cases

  • Deployment Principles: Learn the core concepts behind secure and reliable software releases.
  • Rollback Strategies: Understand how to revert changes effectively when issues arise.
  • Zero Downtime Techniques: Explore methods like Rolling, Blue-Green, and Canary deployments.
  • Use Case: Before deploying a critical update, consult this Skill to review the pre-deploy checklist, understand the phased approach to deployment, and confirm the rollback plan is in place.

Quick Start

Review the pre-deploy checklist to ensure all necessary verifications are completed before proceeding with a deployment.

Frequently Asked Questions about deployment-procedures

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

FAQPage Schema
What are the best zero downtime deployment strategies for production releases?

Zero downtime deployment utilizes Rolling, Blue-Green, and Canary release techniques to update production applications without interrupting service. These strategies route traffic incrementally to new versions while maintaining the old environment until verification confirms stability.

How do I create a safe rollback procedure for a failed production deployment?

A safe rollback procedure reverts production to the previous stable version by executing pre-defined decision-making steps when verification checks fail. It requires confirming the rollback plan is in place before deploying, ensuring rapid restoration of service without data loss.

What should be included in a pre-deploy checklist for application releases?

A pre-deploy checklist for application releases includes completing all necessary verification steps, confirming the rollback strategy, and reviewing deployment principles. It ensures secure release workflows are followed before any production changes are executed.

When should I use canary deployments versus blue-green deployments?

Canary deployments route a small subset of traffic to the new version to verify stability, whereas blue-green deployments switch the entire production environment between two identical instances. Choose canary for gradual risk assessment and blue-green for instant environment switching.

Do I need specific DevOps tools to implement these release management workflows?

No specific DevOps tools are required as these deployment procedures provide platform-agnostic principles and decision-making guidance. The strategies for zero downtime and rollbacks are applicable across various platforms and toolchains used by software engineers.