slo-implementation

Define SLIs, SLOs, and error budgets with Prometheus recording rules.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/emilneuraz-ai/neuraz-web --skill slo-implementation-emilneuraz-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slo-implementation
Source: https://github.com/emilneuraz-ai/neuraz-web/tree/main/.agents/skills/.agents/skills/slo-implementation
Command: npx skills add https://github.com/emilneuraz-ai/neuraz-web --skill slo-implementation-emilneuraz-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Define and implement SLIs, SLOs, and error budgets to quantify reliability and guide engineering decisions.

Core Features & Use Cases

  • Establish measurable reliability targets (SLOs) and indicators (SLIs) to guide development.
  • Implement error budgets, alerting rules, and dashboards for ongoing reliability monitoring.
  • Use cases include capacity planning, incident reviews, and customer experience optimization.

Quick Start

Define a basic availability SLI, set an SLO target, implement an error-budget policy, and create simple Prometheus rules to monitor reliability.

Frequently Asked Questions about slo-implementation

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

FAQPage Schema
How do I define SLIs and SLOs to quantify service reliability?

To define SLIs and SLOs, you establish measurable reliability indicators and targets to guide development. This framework allows you to quantify user-facing performance and measure service reliability against clear objectives.

What is an error budget and how does it guide engineering decisions?

An error budget is the allowable threshold of unreliability based on your SLO targets. It quantifies reliability to guide engineering decisions, helping balance the pace of feature releases against stability requirements.

How do I create Prometheus alerting rules based on SLO burn rate?

You create Prometheus-compatible recording rules and alerting configurations based on burn rate. This allows you to trigger alerts when error budget consumption accelerates, indicating a rapid degradation of reliability.

Can I use this SLO framework for capacity planning and incident reviews?

Yes, you can use this SLO framework for capacity planning, incident reviews, and customer experience optimization. It provides measurable reliability targets and dashboards to inform ongoing infrastructure and development planning.

Do I need clear SLI definitions before setting SLO targets and error budgets?

Yes, clear SLI definitions are required before setting SLO targets and implementing error budgets. Defining basic availability indicators first ensures your reliability targets accurately measure user-facing performance.