What problem does it solve? Flaky tests erode CI trust and waste pipeline time, but triaging them manually requires digging through history, failure patterns, and blast radius across many pipelines. This Skill automates that investigation using Datadog CI Visibility data and produces a structured triage brief with a concrete recommendation. ## Core Features & Use Cases - Flaky Test Investigation: Retrieves flaky state, failure rate, category, codeowners, and lost CI time for a specific test via the pup CLI. - Failure Pattern Analysis: Pulls recent failure history, error traces, and branch distribution to identify root causes and compute blast radius across impacted pipelines. - Actionable Recommendations: Applies category-specific fix patterns (concurrency, timeout, network, etc.) with strict guardrails against timing hacks, and can quarantine a test through the Datadog API after explicit user approval. - Use Case: A test like TestMyFunc intermittently fails in CI. Run this Skill to get its failure rate, root-cause category, affected pipelines, and a decision on whether to fix the code, quarantine the test, or escalate to codeowners. ## Quick Start Triage the flaky test TestMyFunc in this repository and tell me whether to fix, quarantine, or escalate it.