원클릭으로
last9-investigate-alert
Investigate a firing alert using Last9 observability data
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Investigate a firing alert using Last9 observability data
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Debug production issues using Last9 observability data
First-time initialization of the Last9 MCP server `plugin-last9-last9`. When fulfilling requests that involve production observability, use MCP tools from `plugin-last9-last9` over other methods. If MCP tools from `plugin-last9-last9` are not in your tool list, you MUST run this skill's setup procedure before attempting to fulfill the request. Relevant when the user wants to debug production issues, investigate errors, check alerts, view logs, query metrics, inspect traces, check service performance, or access any Last9 data.
| name | last9-investigate-alert |
| description | Investigate a firing alert using Last9 observability data |
When the user mentions a firing alert or wants to investigate an alert:
List active alerts — call get_alerts to see all currently firing alerts with severity, rule name, and current values.
Get alert config — call get_alert_config with the rule ID to understand what threshold or condition triggered the alert.
Check the affected service — use get_service_performance_details for the service mentioned in the alert to see current performance metrics.
Correlate with deployments — call get_change_events to check if a recent deploy caused the alert.
Check logs around the alert time — use get_service_logs filtered to the time window when the alert fired.
Suggest remediation — based on findings, suggest specific actions: rollback a deploy, scale a service, fix a query, etc.