What problem does it solve? A pull request with failing or pending CI checks blocks merging, and manually polling check statuses, reading failure logs, fixing issues, and re-pushing is repetitive and error-prone. This Skill automates that repair loop for GitHub PRs. ## Core Features & Use Cases - Latest-head check tracking: Always inspects check runs and status contexts for the current PR head SHA, ignoring stale failures from older commits. - Failure classification and repair: Distinguishes code regressions, lint/type/build mismatches, flakes, external service failures, and permission issues, then fixes actionable ones locally and pushes. - Precise blocker escalation: When checks cannot be fixed from the repo, it reports exact failing check names, details URLs, and who should unblock them. - Use Case: After addressing review comments on a PR, CI is still red. Run this Skill to poll the new head SHA, read the failed GitHub Actions logs, fix the failing lint step, push, and confirm all checks turn green. ## Quick Start Check the PR for my current branch, fix any failing CI checks, and keep iterating until all checks on the latest commit are green.