site-reliability-engineer

Define SLIs, SLOs, and error budgets for production systems.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MDLDev-site/mdl-brand-website --skill site-reliability-engineer-mdldev-site
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: site-reliability-engineer
Source: https://github.com/MDLDev-site/mdl-brand-website/tree/main/.claude/skills/site-reliability-engineer
Command: npx skills add https://github.com/MDLDev-site/mdl-brand-website --skill site-reliability-engineer-mdldev-site

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps Claude Code teams design, operate, and maintain reliable, observable, and scalable production systems, reducing toil and outages.

Core Features & Use Cases

  • SLIs, SLOs, and error budgets definitions to align product reliability with user impact.
  • Observability strategy covering logs, metrics, and traces, plus automated incident response and runbooks.
  • Chaos engineering and capacity planning to validate resilience and plan for growth.

Quick Start

Configure a basic SLI/SLO for API availability and set up alerts when latency breaches the target.

Frequently Asked Questions about site-reliability-engineer

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

FAQPage Schema
How do I define SLIs and SLOs for API availability and set up latency alerts?▼

Define SLIs and SLOs for API availability by configuring service level indicators that measure user impact, then set up automated alerts triggered when latency breaches your target error budget thresholds.

What is the best way to structure incident response runbooks for on-call engineers?▼

Structure incident response runbooks by documenting automated remediation steps and observability data integration, enabling on-call engineers to quickly resolve production outages using logs, metrics, and traces.

How does chaos engineering validate system resilience and capacity planning?▼

Chaos engineering validates system resilience by proactively injecting failures into production environments, allowing teams to test auto-remediation capabilities and accurately plan infrastructure capacity for future growth.

Can I use IaC-driven configuration for auto-remediation in production systems?▼

Yes, you can use IaC-driven configuration to automate auto-remediation in production systems, applying infrastructure as code principles to automatically restore service reliability during incidents.

What should be included in a postmortem after an incident response?▼

A postmortem after incident response should include analysis of observability data like logs and traces, documenting root causes, remediation actions taken, and updates to runbooks to reduce future toil.