sre-practices

Define and apply Google SRE practices for SLO/SLI design, incident response, and toil elimination.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/duylinhdang1998/claude-template-agent --skill sre-practices
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sre-practices
Source: https://github.com/duylinhdang1998/claude-template-agent/tree/main/plugins/vfm-agent-company/skills/sre-practices
Command: npx skills add https://github.com/duylinhdang1998/claude-template-agent --skill sre-practices

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Site reliability engineering practices from Google help engineering teams design more reliable systems, reduce toil, and align on measurable reliability goals.

Core Features & Use Cases

  • Define and measure SLOs/SLIs for critical services to balance reliability and velocity.
  • Build and run blameless postmortems, incident response playbooks, and capacity planning for scalable systems.
  • Automate monitoring, alerting, and toil elimination to sustain performance under growth.

Quick Start

Define your first service SLOs and start collecting SLIs to establish a reliability baseline.

Frequently Asked Questions about sre-practices

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

FAQPage Schema
How do I define SLOs and SLIs to establish a reliability baseline for my service?

To define SLOs and SLIs, identify critical service metrics that measure user-facing reliability, set measurable targets to balance reliability and velocity, and collect SLI data to establish your baseline. This enforces measurable reliability goals for web-scale services.

What is the best way to run a blameless postmortem after an incident?

A blameless postmortem focuses on systemic root causes rather than individual fault, applying incident response playbooks to document failures objectively. This SRE practice improves system reliability by enforcing actionable, blameless analysis of incidents.

How can I automate toil elimination and reduce manual operational work?

Automate toil elimination by identifying repetitive, manual operational tasks and implementing automation requirements for alerting and monitoring. This SRE practice sustains system performance under growth by reducing human intervention in web-scale services.

Does Google's SRE playbook apply to capacity planning for scalable web services?

Yes, Google's SRE playbook applies directly to capacity planning for scalable web services by enforcing data-driven resource forecasting. It aligns capacity decisions with SLOs and SLIs to sustain performance and reliability under system growth.

When do I need SRE practices for monitoring and alerting at scale?

You need SRE practices for monitoring and alerting when your web-scale services require measurable reliability targets and automated responses. These practices enforce sustainable performance by aligning alerting thresholds with SLOs to reduce toil during growth.