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 ページを確認してインストールできます。
SOC 職業分類に基づく
| 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.