devops-sre

Designs and reviews CI/CD pipelines and production reliability strategies.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ragnarula/cc-plugins --skill devops-sre
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: devops-sre
Source: https://github.com/ragnarula/cc-plugins/tree/main/sdd/skills/devops-sre
Command: npx skills add https://github.com/ragnarula/cc-plugins --skill devops-sre

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides teams in designing and operating CI/CD pipelines, deployment strategies, observability, incident response, and production reliability, turning operational thinking into executable guidance.

Core Features & Use Cases

  • CI/CD pipeline design and review for reliability and fast feedback
  • Deployment strategy planning (canary, blue-green, rolling, with automation)
  • Observability & monitoring setup including alerting and runbooks
  • Incident response planning and on-call procedures
  • SLOs/SLIs and capacity planning across services

Quick Start

Provide an initial SRE plan for a new service, including deployment strategy, monitoring, and runbooks.

Frequently Asked Questions about devops-sre

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

FAQPage Schema
How do I design a CI/CD pipeline for reliable deployments?▼

CI/CD pipeline design focuses on fast feedback and deployment reliability. Structure your pipeline with automated testing, quality gates, and deployment strategies like canary or blue-green to catch issues early and minimize production risk.

What deployment strategies reduce risk during releases?▼

Deployment strategies like canary, blue-green, and rolling deployments reduce risk by gradually rolling out changes or maintaining fallback environments. Automate these strategies to minimize manual errors and enable quick rollback if issues occur.

How do I set up observability and alerting for production systems?▼

Observability setup includes monitoring, alerting, and runbooks tied to SLOs/SLIs. Define meaningful service level indicators, configure alerts on key metrics, and document runbooks so teams respond quickly to incidents.

What should an incident response plan include?▼

Incident response planning covers on-call procedures, escalation paths, and runbooks for common failures. Document step-by-step resolution guides and assign clear ownership so teams triage and resolve issues efficiently.

How do SLOs and capacity planning relate to system reliability?▼

SLOs define acceptable service performance; SLIs measure it. Capacity planning ensures your infrastructure meets those targets under expected load. Together, they provide a framework for balancing reliability investment with operational cost.

Can I automate deployment strategy enforcement?▼

Yes. Enforce deployment strategies through automation in your CI/CD pipeline using infrastructure-as-code and policy checks. This ensures every release follows your reliability requirements without manual intervention.