alerting-strategy

Audit and design alerting systems with severity, routing, and runbooks.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/marquesfelip/agents-and-skills --skill alerting-strategy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alerting-strategy
Source: https://github.com/marquesfelip/agents-and-skills/tree/main/skills/alerting-strategy
Command: npx skills add https://github.com/marquesfelip/agents-and-skills --skill alerting-strategy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps teams design, audit, and operate effective alerting systems that reduce noise, improve triage, and shorten incident time.

Core Features & Use Cases

  • Define severity levels, routing rules, and escalation paths for on-call teams.
  • Write actionable runbooks linked to each alert to guide responses.
  • Implement SLO-based burn-rate alerts and alertmanager routing to minimize fatigue.
  • Standardize annotations and dashboards for automated context.

Quick Start

Provide a ready-to-use alerting design for a service, including severity levels, routing, and runbooks.

Frequently Asked Questions about alerting-strategy

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

FAQPage Schema
How do I design alerting rules to reduce on-call fatigue and alert noise?

To reduce alert noise and on-call fatigue, design alerting systems using SLO-based burn-rate alerts and standardized routing rules. This approach filters low-impact notifications, ensuring pages are actionable and directly linked to incident response workflows.

What is an SLO burn-rate alert and when should I use it for production monitoring?

An SLO burn-rate alert triggers when service level objective consumption accelerates beyond a safe threshold. Use it for production monitoring to catch sustained degradation early without paging teams for transient spikes, improving triage and shortening incident time.

How do I structure multi-step runbooks for incident response workflows?

Structure multi-step runbooks by linking actionable response instructions directly to each alert. Standardize annotation fields within your alertmanager rules to automatically surface context, guiding on-call teams through triage and resolution steps efficiently.

Can I use Alertmanager routing to define severity levels and escalation paths?

Yes, you can use Alertmanager routing to define severity levels, routing rules, and escalation paths for on-call teams. Configuring these paths ensures critical alerts reach the correct responders quickly while suppressing duplicates.

Does this approach support version-controlled alert rules with standardized annotations?

Yes, the approach satisfies requirements for version-controlled alert rules and standardized annotation fields. Managing alerts as code ensures clear expectations, tracks configuration changes, and enforces consistency across dashboards and automated context.

What is the best way to audit existing production alerts for actionability?

The best way to audit existing production alerts is to evaluate them against severity definitions and actionable runbook links. Identify noise by checking if each alert has a clear remediation path and standardized context for the on-call responder.