ADD Deploy Skill v0.5.0

Orchestrate environment-aware commit, push, and deploy workflows across dev, staging, and production.

11|6|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/MountainUnicorn/add --skill add-deploy-skill-v0-5-0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ADD Deploy Skill v0.5.0
Source: https://github.com/MountainUnicorn/add/tree/main/plugins/add/skills/deploy
Command: npx skills add https://github.com/MountainUnicorn/add --skill add-deploy-skill-v0-5-0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Environment-aware commit, push, and deploy orchestration to ensure safe, auditable software releases across local, development, staging, and production environments.

Core Features & Use Cases

  • Orchestrates commit, push, CI/CD triggers, and deployment verification
  • Applies environment-specific safety checks and gated production approvals
  • Supports promotion ladders and rollback planning for multi-environment releases

Quick Start

Deploy to a target environment by invoking the deploy skill with --env set to dev, staging, or production and following the prompted verifications.

Frequently Asked Questions about ADD Deploy Skill v0.5.0

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

FAQPage Schema
How do I automate environment-aware deployments across local, dev, staging, and production?

Environment-aware deployments are orchestrated by loading configurations, selecting a target environment, and applying safety checks before committing, pushing, and triggering CI/CD workflows. This ensures safe, auditable software releases across local, dev, staging, and production.

What is the best way to enforce gated production approvals in a CI/CD workflow?

Gated production approvals are enforced by applying environment-specific safety checks during deployment orchestration. This prevents unverified commits from reaching production by requiring explicit verification and approval checks before promoting code to the production environment.

How does a session handoff check work during deployment orchestration?

A session handoff check verifies session continuity before committing and pushing code during deployment orchestration. It ensures the current development session meets required criteria before allowing the environment-aware commit, push, and deploy process to proceed.

Do I need a specific configuration file to manage multi-environment promotion ladders?

Yes, multi-environment promotion ladders require loading configurations from a `.add/config.json` file. This configuration drives the environment selection, auto-promote rules, and rollback planning necessary for orchestrating safe releases across dev, staging, and production.

Can I trigger deployment verification and rollback planning for AI-assisted development workflows?

Yes, deployment verification and rollback planning are supported within AI-assisted development workflows. The orchestration process triggers CI/CD verification checks and supports promotion ladders with rollback planning to ensure safe, auditable software releases.

When should I not use auto-promote rules for staging and production deployments?

Auto-promote rules should not be used when gated production approvals are required for strict safety and auditability. If your software release demands manual verification before advancing between staging and production, disable auto-promote to enforce explicit environment checks.