Alerting & Incident Management

Design Prometheus alerts and route incidents to PagerDuty and Slack.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/vertivolatam/monorepo --skill alerting-incident-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Alerting & Incident Management
Source: https://github.com/vertivolatam/monorepo/tree/main/skills/system-reliability-engineering/alerting-incident-management
Command: npx skills add https://github.com/vertivolatam/monorepo --skill alerting-incident-management

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the critical need for proactive service monitoring and rapid response to system failures, minimizing downtime and impact on users.

Core Features & Use Cases

  • Effective Alerting: Design and implement alerts that signal actual problems, not just noise.
  • Incident Response: Establish clear workflows for handling and resolving incidents efficiently.
  • On-Call Management: Configure on-call rotations and escalation policies to ensure timely responses.
  • Runbook Automation: Create and link runbooks for guided incident resolution.
  • Use Case: When a critical service experiences a spike in errors, this Skill ensures the right on-call engineer is paged immediately via PagerDuty, provided with a link to a runbook detailing troubleshooting steps, and a dedicated Slack channel is created for incident coordination.

Quick Start

Configure a complete alerting and incident management system using Prometheus, Alertmanager, and PagerDuty.

Frequently Asked Questions about Alerting & Incident Management

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

FAQPage Schema
How do I set up Prometheus alerting with PagerDuty and Slack notifications?

Prometheus alerting with PagerDuty and Slack uses Alertmanager to route triggered alerts to on-call engineers. This Skill configures alert rules, notification routing, and escalation policies to ensure incidents are immediately paged and coordinated in dedicated Slack channels.

What is the best way to prevent alert fatigue in an SRE incident management system?

Preventing alert fatigue in incident management involves designing actionable alerts that signal actual system problems rather than noise. This Skill provides runbook templates and best practices to ensure only critical service failures page on-call engineers, reducing false positives.

How do I create runbooks for incident response troubleshooting?

Creating runbooks for incident response involves defining structured, step-by-step troubleshooting guides linked directly to specific alerts. This Skill includes runbook templates that guide on-call engineers through resolving production service failures efficiently during an active incident.

Can I use Alertmanager to configure on-call rotations and incident workflows?

Alertmanager routes alert notifications to PagerDuty to manage on-call rotations and incident workflows. While Alertmanager handles notification delivery, this Skill integrates it with PagerDuty to establish clear escalation policies and structured incident response coordination.

Why does my Prometheus alerting setup page engineers for non-critical service noise?

Prometheus alerting setups page engineers for noise when alerts are not designed to signal actual problems. This Skill addresses alert fatigue prevention by implementing best practices for actionable alert design, ensuring only true system failures trigger PagerDuty escalations.