What problem does it solve?
This Skill identifies tests that pass and fail intermittently, helping teams separate real regressions from unreliable CI noise.
Core Features & Use Cases
- Run History Analysis: Aggregates outcomes across multiple CI runs to measure pass rates and spot inconsistent tests.
- Root Cause Triage: Classifies likely causes such as timing, order dependence, random seeds, resource leaks, external state, floating point comparisons, and scene or prefab load races.
- Flake Management: Recommends whether to quarantine, investigate, or monitor a test, and supports updating a regression suite quarantine list.
- Use Case: After several pipeline runs show a test failing only sometimes, use this Skill to confirm flakiness, explain the probable cause, and decide the next remediation step.
Quick Start
Ask the skill to scan your available CI logs or test history and report any flaky tests with a recommendation to quarantine, investigate, or monitor.