What problem does it solve?
This Skill helps you reproduce and permanently fix flaky or quarantined tests in the microsoft/aspire repository, reducing intermittent CI failures that waste time and erode confidence.
Core Features & Use Cases
- Guided investigate→reproduce→fix→verify cycle: Forces a checkpointed workflow so fixes are backed by real failure evidence rather than guesses.
- Local fast-path reproduction: Runs targeted repeated test execution first using run-test-repeatedly.sh or run-test-repeatedly.ps1 for quick feedback.
- CI fallback reproduction: When local reproduction fails, escalates to reproduce-flaky-tests.yml with OS targeting and graduated escalation (single-test, then quarantine-project when needed).
- Log-driven root-cause confirmation: Separates true test failures from infrastructure failures and uses logs to confirm the real cause before editing code.
- Two-branch PR strategy: Uses an investigation draft branch for CI verification artifacts/workflow changes, then creates a clean final fix PR.
Quick Start
Ask the Skill to fix a specific quarantined test (by issue URL or fully qualified test method name) and let it run local repeated reproduction first, then fall back to the CI reproduce workflow and produce a verified fix.