senior-devops

Generate CI/CD pipelines, Terraform modules, and container deployments across cloud platforms.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Fantasia1999/claude-skills-zh --skill senior-devops-fantasia1999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-devops
Source: https://github.com/Fantasia1999/claude-skills-zh/tree/main/translations/engineering-team/senior-devops
Command: npx skills add https://github.com/Fantasia1999/claude-skills-zh --skill senior-devops-fantasia1999

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the complex processes of setting up CI/CD pipelines, managing infrastructure as code, and orchestrating application deployments, significantly reducing manual effort and potential errors.

Core Features & Use Cases

  • CI/CD Pipeline Generation: Creates scaffolding for GitHub Actions or CircleCI workflows.
  • Infrastructure as Code (IaC): Generates and validates Terraform modules for cloud platforms (AWS, GCP, Azure).
  • Deployment Orchestration: Manages container deployments with strategies like blue-green or rolling updates, including health checks and automatic rollbacks.
  • Use Case: A development team needs to quickly set up a new microservice with a robust CI/CD pipeline and provision its cloud infrastructure. This Skill can generate the necessary pipeline configuration and Terraform code, then manage the deployment process.

Quick Start

Generate a CI/CD pipeline for a new project located at './my-app' using GitHub Actions with build, test, and deploy stages.

Frequently Asked Questions about senior-devops

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

FAQPage Schema
How do I generate a CI/CD pipeline for a new microservice using GitHub Actions?

To generate a CI/CD pipeline, you can scaffold GitHub Actions workflows with automated build, test, and deploy stages tailored for your microservice architecture. This automates software delivery and reduces manual configuration errors.

Can I use Terraform to provision infrastructure across multiple cloud platforms?

Yes, you can generate and validate Terraform modules to manage infrastructure as code across AWS, GCP, and Azure. This ensures consistent cloud infrastructure provisioning and reduces manual setup discrepancies.

Does this approach support both CircleCI and GitHub Actions for workflow automation?

Yes, CI/CD pipeline generation supports scaffolding for both CircleCI and GitHub Actions workflows. This allows development teams to automate software delivery using their preferred continuous integration platform.

What is the best way to automate infrastructure as code without manual errors?

The best way to automate infrastructure as code is by generating and validating Terraform modules for your required cloud platforms. This approach enforces consistent infrastructure management and minimizes human configuration errors.

How do I manage Kubernetes deployments with automatic health checks and rollbacks?

You can orchestrate container deployments on Kubernetes using blue-green or rolling strategies configured with health checks. This mechanism automatically triggers rollbacks if deployment failures are detected, ensuring reliable updates.