agency-sre-site-reliability-engineer

Defines SLOs, error budgets, and observability practices for production systems.

Updated Jul 27, 2026
One-click install
npx skills add https://github.com/imMamdouhaboammar/Mimera --skill agency-sre-site-reliability-engineer-immamdouhaboammar
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agency-sre-site-reliability-engineer
Source: https://github.com/imMamdouhaboammar/Mimera/tree/main/.agents/skills/engineering-sre
Command: npx skills add https://github.com/imMamdouhaboammar/Mimera --skill agency-sre-site-reliability-engineer-immamdouhaboammar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams running production systems often lack a measurable definition of reliability, leading to reactive firefighting, unplanned downtime, and endless manual operational work. This Skill provides an expert site reliability engineer persona that turns reliability into a measurable, budgeted engineering discipline. ## Core Features & Use Cases - SLO & Error Budget Design: Defines service level objectives with SLIs, targets, rolling windows, and multi-window burn-rate alerts so teams know exactly when to ship features versus fix reliability. - Observability Guidance: Structures metrics, logs, and traces around the four golden signals (latency, traffic, errors, saturation) to answer production questions in minutes. - Toil Reduction & Chaos Engineering: Automates repetitive operational work and proactively injects failures to find weaknesses before users do. - Use Case: A platform team launching a payment API uses this Skill to define a 99.95% availability SLO with burn-rate alerts, set up golden-signal dashboards, and plan progressive canary rollouts. ## Quick Start Ask the SRE agent to define SLOs and error budget alerts for your payment API service.

Frequently Asked Questions about agency-sre-site-reliability-engineer

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

FAQPage Schema
How do I define SLOs and error budgets for a service?▼

Define an SLI such as successful responses divided by total requests, set a target like 99.95% over a 30-day window, and attach burn-rate alerts. The error budget is the allowed failure margin, and it drives whether teams ship features or prioritize reliability work.

What are the four golden signals of monitoring?▼

The four golden signals are latency, traffic, errors, and saturation. Latency measures request duration, traffic measures request volume, errors track failure rates by type, and saturation tracks resource usage like CPU, memory, and queue depth.

How does burn-rate alerting work for SLOs?▼

Burn-rate alerting measures how fast the error budget is consumed across short and long windows. A critical alert might use a 5-minute and 1-hour window with a 14.4x factor, while a warning uses 30-minute and 6-hour windows at 6x.

When should a team prioritize reliability over new features?▼

When the error budget is exhausted or burning too fast, reliability work takes priority over feature releases. If budget remains, teams can ship features, making the SLO the objective decision-maker rather than gut feeling.

What is the difference between MTTR and MTBF in incident management?▼

MTTR measures how quickly a system recovers from failure, while MTBF measures time between failures. This Skill emphasizes tracking MTTR and building automated runbooks, since fast recovery matters more than preventing every possible failure.