prometheus-alerting

Write PromQL queries and alert rules for production monitoring.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/jander99/skills --skill prometheus-alerting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prometheus-alerting
Source: https://github.com/jander99/skills/tree/main/skills/prometheus-alerting
Command: npx skills add https://github.com/jander99/skills --skill prometheus-alerting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Prometheus-based monitoring often leads to fragmented queries and brittle alerting rules. This skill provides a structured approach to writing PromQL, crafting robust alerting rules, and implementing SLI/SLO patterns to improve reliability and reduce alert fatigue.

Core Features & Use Cases

  • Write and optimize PromQL queries for metrics analysis and alerting
  • Design recording rules and alert rules with clear annotations and severity
  • Implement SLI/SLO monitoring and burn-rate alerting to manage error budgets
  • Troubleshoot cardinality and query performance issues across distributed systems

Quick Start

Provide the target service's metrics context and desired reliability goals to generate recommended PromQL patterns and alerting rules.

Frequently Asked Questions about prometheus-alerting

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

FAQPage Schema
How do I write robust Prometheus alerts that prevent alert fatigue?

To write robust Prometheus alerts and prevent alert fatigue, implement structured PromQL queries with clear severity annotations. Enforcing best practices for SLI/SLO patterns and metric cardinality control ensures reliable production monitoring without overwhelming responders.

What is the best way to implement SLI and SLO burn-rate alerting in Prometheus?

SLI and SLO burn-rate alerting in Prometheus is implemented by crafting PromQL queries that track error budgets over time. This structured approach manages reliability goals and reduces alert fatigue by triggering alerts only when error budget consumption accelerates.

How do I troubleshoot high cardinality metrics affecting PromQL query performance?

Troubleshoot high cardinality metrics by analyzing PromQL query performance and identifying label explosions across distributed systems. This structured approach enforces metric type usage best practices to control cardinality and resolve bottlenecks in production monitoring.

Can I generate production-grade recording rules for capacity planning using PromQL?

Yes, you can generate production-grade recording rules for capacity planning by writing optimized PromQL queries. This structured approach designs rules with clear annotations and severity levels, applicable across services and clusters for long-term metric analysis.

Does this approach work for incident response across distributed services and clusters?

Yes, this approach works for incident response across distributed services and clusters. It crafts production-grade alert rules and robust PromQL queries to analyze metrics in real-time, enabling rapid troubleshooting and capacity assessment during active incidents.