slo-investigate
Installation
SKILL.md
SLO Investigator
Deep-dive investigation of breaching SLOs: dimensional breakdown, alert correlation, runbook access. For experienced operators — no hand-holding.
Core Principles
- Use gcx commands — do not call Grafana APIs directly (no curl, no HTTP libraries)
- Trust the user's expertise — skip obvious context, get to the root cause
- Use
-o jsonfor agent processing, default format for user display; show graphs for time-series data - Errors collected at the end — do not interleave error handling in workflow steps
- Use
--from/--tofor all time-range commands (never--start/--end)
Investigation Workflow
Step 1: Retrieve SLO Definition
gcx slo definitions get <UUID> -o json