grafana-alerts
Monitors and reports on active Grafana and Alertmanager alerts, documenting findings in ALERTS.md and summarizing them for the user.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Monitors and reports on active Grafana and Alertmanager alerts, documenting findings in ALERTS.md and summarizing them for the user.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | grafana-alerts |
| description | Monitors and reports on active Grafana and Alertmanager alerts, documenting findings in ALERTS.md and summarizing them for the user. |
This skill provides a workflow for auditing active alerts and maintaining an up-to-date ALERTS.md report.
Use the list_alert_rules tool to retrieve all Grafana-managed alert rules. Filter for those in a firing or pending state.
If an Alertmanager datasource is available, use list_alert_rules with the datasourceUid to fetch Prometheus/Loki managed alerts.
list_datasources(type='prometheus') or list_datasources(type='loki') to find relevant UIDs if unknown.For each active alert:
Create or update ALERTS.md in the project root with a structured report of active alerts.
Provide a concise summary of the active alerts to the user, highlighting any critical issues and confirming that ALERTS.md has been updated.