deployment-procedures

Guide production deployment decisions and rollback planning for software releases.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/capaas2/Site-teste --skill deployment-procedures-capaas2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/capaas2/Site-teste/tree/main/.agent/skills/deployment-procedures
Command: npx skills add https://github.com/capaas2/Site-teste --skill deployment-procedures-capaas2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you make safe production deployment decisions by focusing on preparation, verification, and rollback planning instead of memorizing rigid commands.

Core Features & Use Cases

  • Platform Selection Guidance: Helps choose the right deployment approach for static sites, web apps, microservices, serverless functions, and containerized systems.
  • Pre-Deployment Safety Checks: Reinforces checks for tests, builds, environment variables, backups, and monitoring before release.
  • Rollback and Recovery Thinking: Explains when to rollback, how to recover by platform, and how to handle emergency service issues.
  • Use Case: A developer preparing a release can use this Skill to decide whether to deploy via rolling, blue-green, or canary strategy and confirm the system is safe before and after launch.

Quick Start

Use this skill to review my deployment plan for a web app and tell me the safest release and rollback approach.

Frequently Asked Questions about deployment-procedures

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

FAQPage Schema
How do I choose the right deployment strategy for my production release?

Pre-deployment safety checks for a production release must validate tests, builds, environment variables, backups, and monitoring. This Skill helps you confirm system readiness by reviewing these critical preparation steps before any launch occurs.

When should I rollback a production deployment and how do I recover?

You should rollback a production deployment when verification checks fail or incidents occur. This Skill explains when to rollback, platform-specific recovery procedures, and how to handle emergency service issues to restore system stability.

Does this deployment guidance work for serverless and containerized microservices?

Yes, this deployment guidance works for serverless functions and containerized microservices. It provides platform-aware procedures for pre-deployment checks, release execution, verification, and incident recovery tailored to these specific architectures.

What is a canary deployment and when should I use it over blue-green?

A canary deployment gradually routes traffic to the new version to reduce release risk, while blue-green switches traffic instantly between two identical environments. This Skill helps determine which approach fits your platform and release scenario.