What problem does it solve?
Flaky CI checks waste developer time and obscure real regressions. This Skill centralizes flake tracking in issue #8375 and automates the rerun workflow so transient failures stop blocking pull requests.
Core Features & Use Cases
- Failure Discovery: Inspect PRs, workflow runs, and recent failed jobs via the
gh CLI when no PR context is provided.
- Signature Tracking: Increment counts for repeated failure signatures or append new rows to the tracker table with workflow, job, first-seen date, and evidence URL.
- Targeted Reruns: Rerun only failed jobs, cancel in-progress flaky suites, and verify the tracker after edits.
- Use Case: A maintainer notices the
Install and Test workflow failed on PR #4521 with a fetch failed error. Use this Skill to record the signature in issue #8375 and rerun the failed job to confirm it was a flake.
Quick Start
Use the flake skill to investigate the failed CI check on PR 4521, update the tracker issue, and rerun the flaky job.