site-reliability-engineer

Configure monitoring stacks and define SLI/SLOs for distributed systems.

12|2|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/nahisaho/CodeGraphMCPServer --skill site-reliability-engineer-nahisaho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: site-reliability-engineer
Source: https://github.com/nahisaho/CodeGraphMCPServer/tree/main/.claude/skills/site-reliability-engineer
Command: npx skills add https://github.com/nahisaho/CodeGraphMCPServer --skill site-reliability-engineer-nahisaho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill delivers production monitoring, observability, SLO/SLI management, incident response, and runbooks for reliable systems.

Core Features & Use Cases

  • SLI/SLO Definition: Define and track service indicators and objectives.
  • Monitoring Setup: Configure logging, metrics, and tracing.
  • Incident Response: Runbooks and on-call readiness for incidents.

Quick Start

Define an SLO for API availability and sketch a basic alerting rule set.

Frequently Asked Questions about site-reliability-engineer

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

FAQPage Schema
How do I define SLOs and SLIs for my services?

SLOs (Service Level Objectives) and SLIs (Service Level Indicators) measure reliability by tracking specific metrics like uptime or latency against targets. Define SLIs based on what matters to users, then set SLOs as achievable thresholds—for example, 99.9% availability. This Skill provides templates to define and track these for your distributed systems.

What's the best way to set up monitoring with Prometheus and Grafana?

Configure Prometheus to scrape metrics from your services, then visualize them in Grafana dashboards to track performance. This Skill covers monitoring stack setup, dashboard creation, and metric configuration across cloud-native services to establish observability from the start.

How do I create alert rules for incident detection?

Alert rules trigger when metrics breach thresholds, enabling rapid incident detection. This Skill provides templates for setting alert rules across monitoring stacks like Prometheus, Datadog, and New Relic, helping you define conditions that catch production issues early.

Can I use this for incident response and runbooks?

Yes. This Skill includes incident response workflows, on-call readiness procedures, and runbook templates to guide teams through detection, mitigation, and resolution of production issues in distributed systems.

How do health checks and error budgets work together?

Health checks verify service availability in real time; error budgets quantify acceptable downtime against your SLO. Together, they balance reliability investment with feature velocity. This Skill configures both to maintain sustainable production operations.

What should I include in a blameless post-mortem?

Post-mortems document incidents without assigning blame, focusing on systems and processes. This Skill provides blameless post-mortem templates to capture what happened, why it happened, and what to improve—turning incidents into learning opportunities.