sre-engineer

Define SLOs, SLIs, error budgets, and Prometheus alerting rules for production services.

19|3|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/dirien/yet-another-agent-harness --skill sre-engineer-dirien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sre-engineer
Source: https://github.com/dirien/yet-another-agent-harness/tree/main/.claude/skills/sre-engineer
Command: npx skills add https://github.com/dirien/yet-another-agent-harness --skill sre-engineer-dirien

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Define, measure, and enforce reliability targets to prevent unexpected outages, reduce toil, and align engineering velocity with user-facing availability requirements.

Core Features & Use Cases

  • SLO & SLI design: Identify meaningful SLIs and set quantitative SLO targets with error budget calculations.
  • Monitoring & Alerting: Provide Prometheus rules, PromQL queries, and alert design patterns for golden signals and multi-window burn-rate detection.
  • Automation & Runbooks: Supply automation scripts, self-healing patterns, and executable runbooks to reduce manual interventions and accelerate incident remediation.
  • Chaos & Capacity: Design safe chaos experiments, game days, and capacity forecasting to validate resilience and plan scaling actions.

Quick Start

Define a 99.9% availability SLO for the payment-api service and produce Prometheus alerting rules, an error budget policy, and a runbook with clear remediation steps.

Frequently Asked Questions about sre-engineer

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

FAQPage Schema
How do I define SLIs and calculate error budgets for my Kubernetes services?

To define SLIs and calculate error budgets, identify meaningful metrics like golden signals and set quantitative SLO targets. This process produces error budget policies that align engineering velocity with your availability requirements.

How do I write Prometheus alerting rules for multi-window burn-rate detection?

Writing Prometheus alerting rules for multi-window burn-rate detection involves using PromQL queries to monitor golden signals. This generates alerts that trigger based on how quickly your error budget is being consumed.

What is the best way to automate incident response and reduce operational toil?

The best way to automate incident response and reduce toil is by implementing executable runbooks and self-healing automation scripts. These integrate directly with your on-call workflows to accelerate remediation.

How do I design safe chaos engineering experiments for cloud-native applications?

Designing safe chaos engineering experiments for cloud-native applications requires planning targeted game days to validate resilience. This produces capacity forecasting data to plan scaling actions safely.

Can I generate Terraform automation scripts for capacity planning and SLO enforcement?

Yes, you can generate runnable Terraform and Python automation scripts for capacity planning and SLO enforcement. These scripts integrate error budget policies directly into your CI/CD pipelines.