What problem does it solve? When a Synthetic Monitoring check starts failing, operators need to quickly determine whether the target is down, a region is unreachable, a certificate is expiring, or the check itself is misconfigured. This Skill automates that triage by pulling probe status, timelines, and Prometheus metrics through the gcx CLI and classifying the failure mode. ## Core Features & Use Cases - Structured Investigation Workflow: Runs a seven-step process from status check and early exits through timeline triage, per-probe breakdown, and failure classification. - Failure Mode Classification: Maps probe signals to eight failure modes including target down, regional/CDN, SSL/TLS, DNS, timeout, content/assertion, private probe infra, and rate limiting. - PromQL Pattern Library: Ships reference queries for probe success rates, HTTP phase latency, and certificate expiry that run via gcx metrics commands. - Use Case: A user asks "why is my checkout check failing?" The Skill resolves the check ID, shows a timeline graph, identifies that only EU probes are failing, classifies it as a regional/CDN issue, and lists concrete next actions. ## Quick Start Ask the assistant to investigate why your synthetic check is failing by giving the check name or ID, for example: investigate why my homepage HTTP check is failing.