error-budgets

Calculate and track error budgets from SLOs with burn rate alerts.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/hung-phan/system-skills --skill error-budgets
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: error-budgets
Source: https://github.com/hung-phan/system-skills/tree/main/skills/system-review/references/reliability/error-budgets
Command: npx skills add https://github.com/hung-phan/system-skills --skill error-budgets

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps operationalize error budgets to balance feature velocity and reliability, providing a data-driven approach to managing system reliability.

Core Features & Use Cases

  • Error Budget Management: Calculate and track error budgets based on SLOs.
  • Alerting and Monitoring: Generate alerts based on error budget burn rates.
  • Deployment Control: Enforce deployment freezes when error budgets are exhausted.
  • Use Case: Use this Skill to set up error budgets for a service with a 99.9% availability SLO, and it will alert you when the error budget is at risk of being exhausted.

Quick Start

Use the error-budgets skill to set up an error budget for your service with a 99.9% availability SLO and receive alerts when the error budget is at risk of being exhausted.

Frequently Asked Questions about error-budgets

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

FAQPage Schema
How do I calculate and track error budgets based on SLOs?▼

Error budgets are calculated and tracked from your service's SLOs by measuring the allowed failure threshold against actual system reliability, balancing feature velocity with stability data-driven.

Can I enforce deployment freezes when an error budget is exhausted?▼

Yes, you can enforce deployment controls to freeze deployments automatically when the error budget is exhausted, ensuring system reliability is protected before new features are shipped.

Do I need to understand SLIs and system reliability concepts to manage error budgets?▼

Yes, managing error budgets requires prerequisite knowledge of SLIs, SLOs, and system reliability concepts to properly operationalize the data-driven balance between feature velocity and stability.

How do I set up an error budget for a service with a 99.9% availability SLO?▼

To set up an error budget for a 99.9% availability SLO, define your SLIs, calculate the allowed failure threshold, and configure alerts to monitor the burn rate of the remaining budget.