원클릭으로
last9-debug
Debug production issues using Last9 observability data
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Debug production issues using Last9 observability data
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Investigate a firing alert 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-debug |
| description | Debug production issues using Last9 observability data |
When the user asks to debug a production issue, follow this workflow using Last9 MCP tools:
Start with the service summary — call get_service_summary to see which services have elevated error rates or latency.
Check for recent deployments — call get_change_events to see if a deploy or config change correlates with the issue timing.
Drill into the affected service — use get_service_performance_details for p50/p90/p95 latency, error rate, and throughput.
Check dependencies — call get_service_dependency_graph to see if the issue is in the service itself or a downstream dependency.
Look at exceptions — call get_exceptions filtered to the service. If exceptions are found, use get_service_traces with the service name and time range to find individual traces with full stack traces.
Search logs — use get_service_logs for the affected service and time range to find error-level log entries.
Check alerts — call get_alerts to see if any alerts have fired for this service.
did_you_mean if a service name lookup fails — it suggests correct entity namesfirst_seen/last_seen with change event timesget_databases to check DB-level throughput and latency