What problem does it solve? After pushing fixes to a GitHub pull request, CI checks often remain red or pending, and manually polling, diagnosing, and re-fixing them is slow and error-prone. This Skill automates that repair loop so a PR reaches a fully green check state or exits with a precise, actionable blocker report. ## 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 outages, and permission issues, then fixes actionable failures locally and pushes. - Precise blocker escalation: When a PR cannot go green, it reports the exact failing checks, details URLs, what was tried, and who should unblock it. - Use Case: After addressing review comments on a PR, run this Skill to poll the new CI run, reproduce a failing test locally, push the fix, and confirm all checks pass on the new head SHA. ## Quick Start Ask the agent to keep iterating on the current branch's GitHub PR until all checks on the latest commit are green or it reports exactly what is blocking them.