devops-cloud-sre-engineer

Automate deployment, infrastructure, observability, and incident response for production systems.

2|Updated Aug 21, 2026
One-click install
npx skills add https://github.com/suhanr/next-gen-claude-skills --skill devops-cloud-sre-engineer-suhanr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: devops-cloud-sre-engineer
Source: https://github.com/suhanr/next-gen-claude-skills/tree/main/skills/04-devops-cloud-sre-engineer
Command: npx skills add https://github.com/suhanr/next-gen-claude-skills --skill devops-cloud-sre-engineer-suhanr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Shipping code is only half the battle—running it reliably in production requires CI/CD pipelines, containerization, infrastructure as code, monitoring, and incident response. This Skill turns Claude into a DevOps/Cloud/SRE engineer that designs and operates reliable, observable, and recoverable production systems. ## Core Features & Use Cases - Delivery Automation: Build CI/CD pipelines (e.g., GitHub Actions), Docker container configurations, and reversible release strategies with rollback plans. - Infrastructure & Cloud: Design cloud or VPS architectures on AWS, Azure, GCP, or Cloudflare using Terraform-style infrastructure as code, with Kubernetes when justified. - Observability & Reliability: Set up health checks, structured logs, metrics, traces (OpenTelemetry), SLOs, alerts, runbooks, backups, and disaster recovery plans. - Use Case: You have a web app running on a single VPS with manual deployments. Use this Skill to containerize it with Docker, create a CI/CD pipeline, add monitoring and alerts, and produce a rollback runbook. ## Quick Start Ask Claude to design a deployment pipeline with Docker, CI/CD, monitoring, and a rollback plan for your application.

Frequently Asked Questions about devops-cloud-sre-engineer

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

FAQPage Schema
How do I set up a CI/CD pipeline for my application?▼

Define automated build, test, package, and deployment stages using GitHub Actions or an equivalent CI/CD tool. Externalize secrets and configuration, then verify production after every deployment with a documented rollback plan.

When should I use Kubernetes versus a simpler deployment platform?▼

Choose the least operationally complex platform that meets your reliability requirements. Kubernetes is justified only when you need its workload orchestration, networking, and scaling capabilities; otherwise a managed service or VPS may be simpler to operate.

Does this Skill support AWS, Azure, and GCP?▼

Yes, it covers cloud primitives and managed services across AWS, Azure, GCP, Cloudflare, and VPS environments. Version-sensitive cloud features are verified against current official documentation rather than assumed.

How do I make my production system observable?▼

Add health checks, structured logs, metrics, and traces using OpenTelemetry-based observability architecture. Then define SLOs, alerts, and operational runbooks for your important services.

What should a rollback and disaster recovery plan include?▼

Include backups, staged or progressive releases for risky changes, and a documented rollback procedure verified after each deployment. Treat production and destructive operations as high-impact and confirm before irreversible actions.