Site reliability engineering
Design, operate, and improve reliable production systems with SLOs, incident command, observability, error budgets, and operational practices.From its SKILL.md
npx -y skills add magnus919/agent-skills --skill site-reliability-engineeringAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
4.5 KB, 919 tokens by cl100k_base, as published. Nobody here has run it
Site Reliability Engineering
A comprehensive methodology for designing, operating, and improving reliable production systems. Rooted in Google SRE principles and extended with modern practices for incident command, observability engineering, error budget governance, and operational excellence.
When to Load This Skill
| Trigger | What It Means |
|---|---|
| "Design reliability into this system" | SLO/SLI framework, error budget policy, resilience architecture |
| "Run an incident postmortem" | Blameless postmortem with timeline, 5 Whys, action tracking |
| "Improve our on-call" | Rotation design, alert tuning, toil reduction, escalation policy |
| "Build observability" | The Four Golden Signals, dashboard design, alert rule patterns |
| "Do a reliability review" | Architecture review against SRE principles, risk assessment |
| "I need an incident commander" | Incident command framework, role cards, communication templates |
| "Automate this operational task" | Toil assessment, automation decision tree, runbook pattern |
Reference Files
| Topic | File | When to Load |
|---|---|---|
| SRE Book Chapter Summaries | references/sre-book-chapters.md | Design engagement, first principles review |
| SLO/SLI Framework | references/slo-sli-framework.md | Defining reliability targets |
| Error Budget Governance | references/error-budget-governance.md | Policy design, burn rate alerts |
| Incident Command System | references/incident-command-system.md | During/after incident, training |
| Blameless Postmortems | references/postmortem-culture.md | After incident, process design |
| Monitoring & Alerting | references/monitoring-alerting.md | Observability design, alert rules |
| On-Call Best Practices | references/oncall-best-practices.md | Rotation design, team sizing |
| Toil Elimination | references/toil-elimination.md | Automation prioritization, ops review |
| Release Engineering | references/release-engineering.md | Deployment pipeline design |
| Effective Troubleshooting | references/troubleshooting.md | Debugging methodology |
| Senior SRE Role Blueprint | references/senior-sre-blueprint.md | Role definition, KPI framework |
| SRE Communication Guide | references/sre-communication-guide.md | Stakeholder updates, incident communication |
| Guiding Principles | references/guiding-principles.md | First principles, philosophy |
| Product-Focused Reliability | references/product-focused-reliability.md | Product-centric SRE, CUJ-based SLOs, JTBD model |
| Twenty Years of Lessons | references/twenty-years-lessons.md | Incident-derived tactical lessons, Prodverbs |
| SRE Ecosystem Guide | references/sre-ecosystem-guide.md | Curated guide to all SRE resources (Workbook, Secure Systems, Classroom, Prodcast, STPA, Video Gallery, Mobaa, fundamentals, AI ops) |
Templates
| Template | File | Purpose |
|---|---|---|
| Incident Commander Checklist | templates/incident-command-checklist.md | Step-by-step IC response |
| Postmortem Template | templates/postmortem-template.md | Blameless postmortem document |
| Runbook Template | templates/runbook-template.md | Operational runbook standard |
| SLO Declaration Template | templates/slo-declaration-template.md | Service-level objective specification |
| Error Budget Policy | templates/error-budget-policy.md | Team-level error budget governance |
| On-Call Rotation Template | templates/oncall-rotation.md | Rotation schedule and escalation |
| Service Review Checklist | templates/service-review-checklist.md | Pre-launch reliability review |
| Incident Communication Template | templates/incident-communication.md | Status updates during incidents |
Scripts
| Script | Purpose |
|---|---|
scripts/slo-burn-rate.py | Calculate error budget burn rate from SLI data |
scripts/postmortem-summary.py | Generate a postmortem summary from structured data |
Portability
This skill is intentionally host-neutral. Use your agent's normal mechanisms to load the references, templates, and scripts listed here. Do not assume a particular profile system, task orchestrator, memory service, or response-handoff format.
What ships with it: 27 files
655.4 KB alongside SKILL.md, 1 of them executable
evals/
- evals.json8.0 KB
references/
- guiding-principles.md26.9 KB
- incident-command-system.md42.0 KB
- monitoring-alerting.md31.7 KB
- oncall-best-practices.md35.0 KB
- postmortem-culture.md30.2 KB
- product-focused-reliability.md30.6 KB
- release-engineering.md26.5 KB
- senior-sre-blueprint.md29.8 KB
- slo-sli-framework.md21.6 KB
- source-index.md382 B
- sre-book-chapters.md64.7 KB
- sre-communication-guide.md46.6 KB
- sre-ecosystem-guide.md39.5 KB
- toil-elimination.md30.0 KB
- troubleshooting.md40.6 KB
- twenty-years-lessons.md35.5 KB
scripts/
- slo-burn-rate.pyruns12.6 KB
templates/
- error-budget-policy.md8.6 KB
- incident-command-checklist.md10.8 KB
- incident-communication.md7.2 KB
- oncall-rotation.md13.7 KB
- postmortem-template.md10.3 KB
- runbook-template.md27.0 KB
- service-review-checklist.md13.8 KB
- slo-declaration-template.md9.1 KB
- README.md2.6 KB