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

  1. Use gcx commands — do not call Grafana APIs directly (no curl, no HTTP libraries)
  2. Trust the user's expertise — skip obvious context, get to the root cause
  3. Use -o json for agent processing, default format for user display; show graphs for time-series data
  4. Errors collected at the end — do not interleave error handling in workflow steps
  5. Use --from/--to for all time-range commands (never --start/--end)

Investigation Workflow

Step 1: Retrieve SLO Definition

gcx slo definitions get <UUID> -o json
Related skills
Installs
2
Repository
grafana/gcx
GitHub Stars
212
First Seen
Apr 7, 2026