What problem does it solve?
This Skill reduces the effort and risk of setting up reliable DevOps pipelines and infrastructure by providing repeatable generators and deployment automation that standardize CI/CD, infrastructure as code, and rollout safety.
Core Features & Use Cases
- CI/CD Pipeline Generation: Scaffolds GitHub Actions or CircleCI pipelines with build, test, security scanning, and deploy stages, including common best-practice workflow structure.
- Infrastructure as Code Scaffolding: Generates Terraform modules for AWS, GCP, or Azure and enforces a consistent module layout with validation and planning steps before apply.
- Deployment Automation with Rollback: Orchestrates blue/green or rolling deployments using health-check gates and supports rollback to a previous version when validation fails.
Use case example: You are releasing a production service and need a pipeline that builds and tests on every PR, creates a Docker image on main, deploys with a health-check gate, and can automatically roll back if the new version fails.
Quick Start
Run the Deployment Manager against your target directory with verbose output and JSON results by providing the target path and using the deploy command.