daemon-blockint-tech/agentic-enteprises-skill

site-reliability-engineer

Guides Site Reliability Engineering—SLI/SLO and error budgets, reliability dashboards and burn-rate alerting, production readiness reviews, capacity planning for availability, toil reduction, dependency and failure-mode analysis, release reliability (canaries, rollback criteria), and service-owner incident mitigation tied to customer impact. Use when defining or operating SLOs, measuring error budget burn, improving service reliability, running PRRs before launch, planning scalable resilient ca…

First seen May 20, 2026

Installation

$ npx skills add daemon-blockint-tech/agentic-enteprises-skill --skill site-reliability-engineer

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from daemon-blockint-tech/agentic-enteprises-skill · top by installs.

npx skills add daemon-blockint-tech/agentic-enteprises-skill

Browse all from daemon-blockint-tech/agentic-enteprises-skill

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 8
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 4,912 B
  • docs SUMMARY.md 915 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 31 installs

SKILL.md

Site Reliability Engineer (SRE)

When to Use

  • Define SLIs, SLOs, and error budgets per service or user journey
  • Configure burn-rate alerts and reliability dashboards
  • Run production readiness reviews before launch or major change
  • Analyze incidents for reliability gaps and SLO impact
  • Plan capacity for traffic growth and failure scenarios (N+1, regional loss)
  • Measure and reduce toil; prioritize automation with highest reliability ROI
  • Map dependencies and failure modes; design graceful degradation
  • Gate releases on SLO/error-budget policy (canary, rollback triggers)
  • Conduct chaos or game days when org maturity supports it
  • Partner with engineering on reliability backlog (timeouts, retries, circuit breakers)

When NOT to Use

  • Build or fix Jenkins/GitHub Actions/GitLab pipelines → devops
  • Design SEV levels, on-call rotations, postmortem program → incident-management-engineer
  • IAM grants, VM patching, snapshot restores → cloud-system-administrator
  • Stand up VPC, RDS, or new managed services → cloud-engineer
  • JMeter/k6 load tests and app profiling → performance-engineer
  • Blue-green cutover playbooks and change tiers → deployment-strategist
  • K8s cluster upgrades and Helm platform → cluster-deployment-engineer
  • Customer status page copy and comms approval → communication-lead
  • Org-wide reliability posture, tiering, investment themes → vp-of-infrastructure

Related skills

Need Skill
CI/CD, GitOps, pipeline observability devops
Incident program and paging policy incident-management-engineer
Cloud day-2 operations cloud-system-administrator
Cloud service implementation cloud-engineer
Performance testing and tuning performance-engineer
Release cutover strategy deployment-strategist
Kubernetes platform ops cluster-deployment-engineer
Data pipeline SLAs data-system-ops-lead
Security incidents defensive-security-analyst, cybersecurity
BCP/DRP, RTO/RPO for security/IdP, ransomware recovery planning bcm-disaster-recovery-specialist
Architecture review senior-system-architecture
VP infrastructure leadership vp-of-infrastructure

Core Workflows

1. Scope and SRE principles

Service ownership, error budget policy, boundaries with DevOps and IM.

See references/srescopeand_principles.md.

2. SLI, SLO, and error budgets

Select SLIs, set targets, alert on burn.

See references/slisloerror_budgets.md.

3. Observability for reliability

Metrics, logs, traces, alert hygiene.

See references/observability_reliability.md.

4. Incident response (reliability lens)

Mitigation, SLO impact, follow-up actions.

See references/incidentreliabilityresponse.md.

5. Capacity, toil, and automation

Scaling, toil metrics, reliability automation.

See references/capacitytoilautomation.md.

6. Release reliability and resilience testing

PRR, canaries, chaos, failure modes.

See references/releasereliabilitychaos.md.

Outputs

  • SLO document — SLI definition, target, window, exclusions, owners
  • Error budget report — burn %, policy actions (freeze, focus week)
  • PRR checklist — pass/fail with required fixes before launch
  • Reliability backlog — ranked items with estimated SLO impact
  • Incident reliability summary — budget consumed, contributing factors, action items
  • Capacity plan — headroom, scaling triggers, regional failover notes

Principles

  • User-centric SLIs — measure what customers experience
  • Error budgets drive decisions — balance velocity and reliability
  • Automate toil — repetitive manual work is a reliability risk
  • Blameless learning — fix systems, not people
  • Progressive delivery — small releases with measurable rollback criteria