jeremylongshore

creating-alerting-rules

@jeremylongshore/creating-alerting-rules
jeremylongshore
1,004
123 forks
Updated 1/18/2026
View on GitHub

This skill enables Claude to create intelligent alerting rules for proactive performance monitoring. It is triggered when the user requests to "create alerts", "define monitoring rules", or "set up alerting". The skill helps define thresholds, routing, and escalation policies, and offers options for multi-category alert creation, including latency, error rate, throughput, resource utilization, availability, and SLO violation alerts. It is useful for Site Reliability Engineers (SREs) and DevOps teams looking to improve system observability.

Installation

$skills install @jeremylongshore/creating-alerting-rules
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathbackups/skills-migration-20251108-070147/plugins/performance/alerting-rule-creator/skills/alerting-rule-creator/SKILL.md
Branchmain
Scoped Name@jeremylongshore/creating-alerting-rules

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: creating-alerting-rules description: | This skill enables Claude to create intelligent alerting rules for proactive performance monitoring. It is triggered when the user requests to "create alerts", "define monitoring rules", or "set up alerting". The skill helps define thresholds, routing, and escalation policies, and offers options for multi-category alert creation, including latency, error rate, throughput, resource utilization, availability, and SLO violation alerts. It is useful for Site Reliability Engineers (SREs) and DevOps teams looking to improve system observability.

Overview

This skill automates the creation of comprehensive alerting rules, reducing the manual effort required for performance monitoring. It guides you through defining alert categories, setting intelligent thresholds, and configuring routing and escalation policies. The skill also helps generate runbooks and establish alert testing procedures.

How It Works

  1. Identify Alert Category: Determines the type of alert to create (e.g., latency, error rate, resource utilization).
  2. Define Thresholds: Sets appropriate thresholds to avoid alert fatigue and ensure timely notification of performance issues.
  3. Configure Routing and Escalation: Establishes routing policies to direct alerts to the appropriate teams and escalation policies for timely response.
  4. Generate Runbook: Creates a basic runbook with steps to diagnose and resolve the alerted issue.

When to Use This Skill

This skill activates when you need to:

  • Implement performance monitoring for a new service.
  • Refine existing alerting rules to reduce false positives.
  • Create alerts for specific performance metrics, such as latency or error rate.

Examples

Example 1: Setting up Latency Alerts

User request: "create latency alerts for the payment service"

The skill will:

  1. Prompt for latency thresholds (e.g., warning and critical).
  2. Configure alerts to trigger when latency exceeds defined thresholds.

Example 2: Creating Error Rate Alerts

User request: "set up alerting for error rate increases in the API gateway"

The skill will:

  1. Request the baseline error rate and acceptable deviation.
  2. Configure alerts to trigger when the error rate exceeds the defined deviation from the baseline.

Best Practices

  • Threshold Selection: Use historical data and statistical analysis to determine appropriate thresholds that minimize false positives and negatives.
  • Alert Routing: Route alerts to the appropriate teams or individuals based on the alert category and severity.
  • Runbook Creation: Generate or link to detailed runbooks that provide clear instructions for diagnosing and resolving the alerted issue.

Integration

This skill can be integrated with other Claude Code plugins to automate incident response workflows. For example, it can trigger automated remediation actions or create tickets in an issue tracking system.

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.