What problem does it solve? Managing Grafana Cloud resources across dashboards, alerts, SLOs, logs, metrics, and traces requires navigating many APIs and UIs. This Skill provides a unified, kubectl-style CLI workflow so you can inspect, query, and mutate any Grafana Cloud resource from the terminal with consistent verbs and structured output. ## Core Features & Use Cases - Unified Resource Management: CRUD operations for dashboards, datasources, alert rules, SLOs, synthetic checks, on-call schedules, incidents, k6 tests, and fleet pipelines via the gcx resources and dedicated command groups. - Signal Queries: Run PromQL, LogQL, Pyroscope, and Tempo trace queries directly, with LLM-friendly compact output for trace inspection. - Safe Mutation Workflow: Verify context, read current state, build from schemas/examples, preview with --dry-run, apply, and verify changes. - Grafana Assistant Integration: Use gcx assistant prompt and investigations for cross-signal root cause analysis when deterministic queries are not enough. - Use Case: An on-call engineer sees a firing alert, runs gcx alert instances list --state firing, queries related traces with gcx traces query, then asks the Assistant why the latency spiked — all without leaving the terminal. ## Quick Start Ask the AI to list all firing alert instances in your current Grafana Cloud context using gcx, then investigate the root cause.