deploy-pipeline

Document CI/CD deployment steps across Local, Dev, Test, and Prod environments.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Motium-AI/claude-code-toolkit --skill deploy-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-pipeline
Source: https://github.com/Motium-AI/claude-code-toolkit/tree/main/config/skills/deploy-pipeline
Command: npx skills add https://github.com/Motium-AI/claude-code-toolkit --skill deploy-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a complete guide and recipe for deploying software across Local, Dev, Test, and Prod environments, reducing manual handoffs and deployment errors.

Core Features & Use Cases

  • End-to-end deployment pipeline: from local development to production with automated checks and promotions.
  • Environment-specific guidance: stage-by-stage setup, health checks, and rollback procedures.
  • Use Case: When releasing a feature, follow the pipeline to ensure CI/CD validation, pre-prod validation, and production rollout with proper approvals.

Quick Start

Start by cloning the repo and following the local development steps, then push to main to trigger CI/CD, monitor progress with GitHub Actions, and perform manual promotions for test and prod as described.

Frequently Asked Questions about deploy-pipeline

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

FAQPage Schema
How do I set up a CI/CD deployment pipeline from local development to production?

A CI/CD deployment pipeline guides software from local development through Dev, Test, and Prod environments using automated triggers and manual promotion steps. Pushing to main triggers GitHub Actions, followed by validation checkpoints and production rollout approvals.

What health checks and validation checkpoints are needed for production deployment?

Production deployment requires health checks and validation checkpoints at each stage. The pipeline implements pre-prod validation and automated checks before manual promotion to ensure deployment stability and enable rollback procedures if issues occur.

Can I use GitHub Actions for environment-specific deployment across Dev, Test, and Prod?

GitHub Actions supports environment-specific deployment across Dev, Test, and Prod by triggering CI/CD workflows on push events. The pipeline provides stage-by-stage setup, automated validation, and manual promotion steps for each environment.

When do I need manual promotion steps in a CI/CD pipeline?

Manual promotion steps are needed in a CI/CD pipeline when moving between Test and Prod environments to ensure proper approvals. The pipeline automates validation checks first, then requires manual promotion to gate production rollouts.

How do rollback procedures work in an automated deployment pipeline?

Rollback procedures in an automated deployment pipeline provide a recovery path when production deployment fails validation checkpoints or health checks. The pipeline documents stage-by-stage rollback steps to restore previous stable states across environments.

Does this deployment pipeline support Azure Container Apps for production rollout?

The deployment pipeline supports Azure Container Apps for production rollout through its CI/CD workflow configuration. It covers environment setup, automation triggers, and validation checkpoints specific to containerized deployment scenarios.