senior-devops

Automates CI/CD pipeline generation, Terraform module scaffolding, and deployment orchestration with rollback.

2|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/zhangzhang-111-i/claude-skills111 --skill senior-devops-zhangzhang-111-i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-devops
Source: https://github.com/zhangzhang-111-i/claude-skills111/tree/main/engineering-team/senior-devops
Command: npx skills add https://github.com/zhangzhang-111-i/claude-skills111 --skill senior-devops-zhangzhang-111-i

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines and automates complex DevOps workflows, including CI/CD pipeline creation, infrastructure as code management, and application deployment strategies, reducing manual effort and potential errors.

Core Features & Use Cases

  • CI/CD Pipeline Generation: Scaffolds pipelines for GitHub Actions or CircleCI.
  • Infrastructure as Code (IaC): Generates and validates Terraform modules for cloud providers (AWS, GCP, Azure).
  • Deployment Orchestration: Manages application deployments using blue/green or rolling strategies with rollback capabilities.
  • Use Case: Automate the setup of a new microservice's CI/CD pipeline and its initial AWS infrastructure deployment.

Quick Start

Use the senior-devops skill to scaffold a GitHub Actions CI/CD pipeline for your project located at './my-app'.

Frequently Asked Questions about senior-devops

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

FAQPage Schema
How do I automate CI/CD pipeline generation for GitHub Actions?

To automate CI/CD pipeline generation, this Skill scaffolds workflows for GitHub Actions or CircleCI using Python scripts. It generates the required pipeline configuration files to streamline your application release process and reduce manual setup effort.

What is the best way to scaffold Terraform modules for AWS and GCP?

The best way to scaffold Terraform modules is using this Skill to generate and validate infrastructure as code for AWS, GCP, or Azure. It creates the initial module structure and validates it to ensure reliable cloud infrastructure management.

Can I orchestrate blue/green deployments with rollback capabilities?

Yes, you can orchestrate blue/green deployments with rollback capabilities. This Skill manages application deployment strategies using Python scripts for deployment execution, ensuring reliable releases and automated recovery if issues occur.

Does this DevOps automation tool require Python to run?

Yes, this DevOps automation tool requires Python to run. The underlying scripts rely on Python for executing pipeline generation, Terraform validation, and the deployment orchestration logic needed to manage your infrastructure.

How do I set up infrastructure and deployment for a new microservice?

To set up infrastructure for a new microservice, you can use this Skill to automate both the initial AWS infrastructure deployment via Terraform and the CI/CD pipeline creation. This combines IaC management with deployment orchestration for a complete setup.