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.