senior-devops

Automate DevOps workflows for CI/CD, infrastructure as code, and deployment orchestration.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Patasse97/claude-skills --skill senior-devops-patasse97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-devops
Source: https://github.com/Patasse97/claude-skills/tree/main/engineering-team/senior-devops
Command: npx skills add https://github.com/Patasse97/claude-skills --skill senior-devops-patasse97

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

DevOps teams spend excessive time wiring pipelines, provisioning infrastructure, and coordinating deployments, leading to delays and inconsistent environments.

Core Features & Use Cases

  • Pipeline Generation: Scaffold CI/CD workflows for GitHub Actions or CircleCI with environment-specific stages.
  • Terraform Scaffolding: Generate and validate Terraform modules for AWS/GCP/Azure with best practices.
  • Deployment Orchestration: Manage deployments with rollback support and health checks across environments.
  • Use Case: A team wants to bootstrap a new service quickly with consistent pipelines and IaC scaffolding, ensuring safe deployments.

Quick Start

Run a quick bootstrap by generating a GitHub Actions pipeline for your app with the pipeline_generator script.

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 GitHub Actions with environment-specific stages?

You can generate CI/CD pipelines for GitHub Actions with environment-specific stages using pipeline scaffolding scripts. This bootstraps reliable deployment workflows quickly, ensuring consistent environments across your deployment targets.

What is the best way to scaffold Terraform modules for AWS, GCP, or Azure?

The best way to scaffold Terraform modules for AWS, GCP, or Azure is using automated IaC generation. This produces validated modules that follow best practices, ensuring repeatable cloud infrastructure provisioning across providers.

Can I manage cloud deployments with rollback support and automated health checks?

Yes, deployment orchestration capabilities manage cloud deployments with rollback support and automated health checks across environments. This ensures safe deployments by automatically reverting failed releases and monitoring application health.

Does infrastructure as code work with both CircleCI and GitHub Actions for deployment automation?

Infrastructure as code works with both CircleCI and GitHub Actions through pipeline generation scripts. The automation scaffolds workflows for either platform, integrating IaC deployment steps consistently across your chosen CI/CD provider.

Why do DevOps teams need pipeline scaffolding for new services?

DevOps teams need pipeline scaffolding to avoid spending excessive time wiring pipelines and provisioning infrastructure manually. Automation ensures consistent environments, accelerates reliable software deployments, and eliminates coordination delays.