Agent skill
reliability-sre
Apply SRE principles (SLO, Error Budget, Chaos Engineering).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ops-andreibesleaga-gabbe-12
SKILL.md
Reliability & SRE Skill
Triggers
- sre
- reliability
- slo
- sli
- error budget
- chaos engineering
- postmortem
- incident
- oncall
Purpose
To treat operations as a software problem and balance improved reliability with feature velocity.
Capabilities
1. Service Level Objectives (SLO)
- SLI: What you measure (e.g., Latency < 100ms).
- SLO: The target (e.g., 99.9% of requests meet SLI).
- Structure: 28-day rolling window. 99.9% = 43m downtime.
2. Error Budgets
- Definition:
1 - SLO. The allowed unreliability. - Policy: If budget is exhausted -> Freeze feature launches -> Focus on stability.
3. Incident Management
- Postmortems: Blameless analysis of process failure, not human error.
- Severity Levels: SEV1 (Critical/Down) to SEV4 (Minor bug).
- MTTR: Mean Time To Recovery (Focus on fixing fast, not just preventing failure).
Instructions
- Define Golden Signals: Latency, Traffic, Errors, Saturation.
- Chaos Engineering: Test failure modes before they happen in production.
- Alerting: Alert on symptoms (User Pain), not causes (CPU High).
Deliverables
slo-definition.md: Document metrics and targets.runbook.md: Step-by-step recovery guide for on-call.postmortem.md: Incident analysis.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?