root-cause-analysis
SKILL.md
Root Cause Analysis with Kopai
Guide for debugging production issues using telemetry data (traces, logs, metrics) via Kopai CLI.
Prerequisites
Ensure access to Kopai app backend. Make sure the services are set up to send their OpenTelemetry data to Kopai. See otel-instrumentation skill for setup.
RCA Workflow Summary
- Find error traces
- Get full trace context
- Correlate logs with trace
- Check related metrics
- Identify root cause