What problem does it solve? Intermittent test failures erode trust in CI pipelines and waste engineering time when teams retry blindly instead of diagnosing root causes. This Skill provides a structured method to investigate flaky failures and route them to the right fix. ## Core Features & Use Cases - Failure Signature Collection: Gathers frequency, first and last occurrence, environments, timing, data, retries, and recent changes to build a complete picture of the failure. - Root Cause Classification: Classifies the primary cause as a faulty test, unstable environment, or product defect, with a stated confidence level. - Disciplined Quarantine: Permits quarantining a test only with visible lost coverage, an assigned owner, a deadline, and an exit condition. - Use Case: A CI job fails roughly once in ten runs on the payment suite. Use this Skill to collect the failure signature, reproduce it under controlled conditions, and determine whether the test, the environment, or the product code is at fault. ## Quick Start Triage the intermittent failure in the checkout test suite and classify whether it is a test, environment, or product issue.