What problem does it solve? Waiting on CI and manually diagnosing failing pull request checks is slow and error-prone. This Skill automates the loop of watching PR checks, diagnosing failures, applying scoped fixes, and re-verifying until every required check is green. ## Core Features & Use Cases - PR Check Monitoring: Uses gh pr checks as the source of truth, covering all PR-attached checks rather than only GitHub Actions runs. - Failure Diagnosis: Inspects failing checks and pulls GitHub Actions logs with gh run view --log-failed to identify root causes. - Guardrailed Iteration: Keeps each fix scoped to a single failure cause, retries flaky checks once, and never bypasses hooks with --no-verify. - Use Case: You push a branch and open a PR, then ask the assistant to watch the checks. It detects a failing lint job, reads the logs, fixes the offending file, pushes the fix, and re-verifies until the PR is green. ## Quick Start Watch the pull request for my current branch and fix any CI failures until all checks are green.