What problem does it solve? Flaky CI failures in the Remotion repository waste developer time and obscure real regressions. This Skill identifies flaky GitHub Actions failures, records them in a central tracker issue, and reruns the affected jobs so pull requests can proceed. ## Core Features & Use Cases - Failure Discovery: Inspect PR checks, workflow runs, and job logs via the GitHub CLI to locate failed steps, even when no PR number is provided. - Flake Classification: Distinguish genuine flakes (timeouts, network errors, reruns that pass) from deterministic failures like type errors or broken assertions. - Tracker Maintenance: Add or increment signature rows in issue #8375 with counts, first-seen dates, and evidence links. - Job Reruns: Rerun only failed jobs, cancel stuck runs, and report remaining checks. - Use Case: A contributor sees the "Install and Test" workflow fail on their PR with a fetch failed error. The Skill confirms it is a known flake, increments its count in the tracker, and reruns the failed job. ## Quick Start Run the flake skill to investigate the failing CI check on my Remotion pull request, record it in the flake tracker, and rerun the failed job.