operating-production-services

Define SLOs, error budgets, and burn-rate alerts for production services.

27|11|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/mjunaidca/mjs-agent-skills --skill operating-production-services
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: operating-production-services
Source: https://github.com/mjunaidca/mjs-agent-skills/tree/main/.claude/skills/operating-production-services
Command: npx skills add https://github.com/mjunaidca/mjs-agent-skills --skill operating-production-services

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Establishes reliability targets and incident practices to keep production services stable and observable.

Core Features & Use Cases

  • Define SLOs, error budgets, and burn-rate alerts
  • Postmortem templates and incident response guides
  • References for SLO alerting patterns

Quick Start

Review and adopt the postmortem templates and Prometheus-based burn-rate rules in references/slo-alerting.md.

Frequently Asked Questions about operating-production-services

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

FAQPage Schema
How do I define SLOs and error budgets for my production service?

SLOs (Service Level Objectives) define reliability targets; error budgets quantify how much failure you can tolerate within a period. This Skill provides templates and patterns to establish the SLO/SLI/SLA hierarchy, calculate error budgets from your reliability target, and align incident response to budget consumption so you maintain stability thresholds.

What's the best way to set up burn-rate alerting for SLOs?

Burn-rate alerts detect when your service consumes error budget too quickly, triggering intervention before reliability targets breach. This Skill includes Prometheus-based burn-rate rules and SLO alerting patterns in references that automate threshold detection and alert routing for incident response.

How do I write and structure a postmortem after an incident?

Postmortems document what happened, why, and what to prevent recurrence. This Skill provides postmortem templates and enforces 5 Whys analysis methodology so your team extracts actionable insights from incidents and closes the feedback loop on reliability improvements.

When should I use SLO alerting instead of traditional monitoring thresholds?

SLO alerting links alerts directly to user-facing reliability targets rather than infrastructure metrics, reducing noise and focusing on outcomes. Use this approach for mature services where you've defined explicit reliability expectations; it's not intended for initial service development or undefined reliability needs.

What's included in an on-call practice for production services?

On-call practices establish who responds, when, and how during incidents. This Skill provides incident-response patterns and postmortem-driven feedback loops that integrate SLO alerting with team escalation and retrospective analysis to sustain reliable service operation.