deploy-production

Plan production deployments with rollback steps and post-deploy health validation.

2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/avav25/ai-assets --skill deploy-production-avav25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-production
Source: https://github.com/avav25/ai-assets/tree/main/.windsurf/skills/deploy-production
Command: npx skills add https://github.com/avav25/ai-assets --skill deploy-production-avav25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan and verify production deployments with explicit rollback thinking and safety checks.

Core Features & Use Cases

  • Clear, structured deployment planning with rollback options.
  • Safety checks to prevent unsafe releases and quick rollback.
  • Post-deploy validation steps to confirm health and correctness.

Quick Start

Prepare and execute a production deployment with explicit rollback steps, safety checks, and post-deploy validation.

Frequently Asked Questions about deploy-production

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

FAQPage Schema
How do I plan a production deployment with rollback options?

Plan a production deployment by defining release strategies like blue-green or canary alongside explicit rollback steps. This ensures structured deployment planning with safety checks to prevent unsafe releases and enable quick recovery.

What is a post-deploy health validation process?

Post-deploy health validation is the process of confirming system health and correctness after a production release. It applies automated validation steps to verify the deployment succeeded and the application is functioning as expected.

How do I assess deployment risk before releasing to production?

Assess deployment risk by evaluating release management scenarios and applying safety checks before execution. Risk assessment identifies potential failure points, allowing you to prepare rollback options and prevent unsafe releases.

Can I use this for blue-green and canary deployments?

Yes, this supports release management scenarios such as blue-green and canary deployments. It handles end-to-end deployment planning, risk assessment, and automated validation requirements for these specific strategies.

What's the best way to prevent unsafe production releases?

Prevent unsafe production releases by applying structured safety checks and post-deploy validation before and during deployment. This approach verifies release correctness and provides quick rollback capabilities if health checks fail.

When should I not use automated deployment validation?

Automated deployment validation may be unsuitable for releases where health checks cannot accurately verify application correctness, or when rollback options are not feasible for the specific production environment changes being made.