What problem does it solve? Pull request checks fail for many reasons — flaky tests, lint errors, build breakage, or even merge conflicts that silently block CI from running — and diagnosing each one manually is slow and error-prone. This Skill watches PR checks, classifies failures, and orchestrates the right fix workflow so the branch reaches a mergeable state. ## Core Features & Use Cases - Conflict-first diagnosis: Detects when GitHub Actions never fired because the PR has base-branch merge conflicts, and guides a rebase plus force-push to unblock CI. - Failure classification and delegation: Categorizes failures (tests, lint, build, security scans, docs, performance) and launches sub-agents with the appropriate skill to fix each one. - Batched, verified fixes: Coordinates fixing all failures on the current head in one pass with a single push, then verifies checks re-run and pass without regressions. - Use Case: After opening a PR, checks are stuck in "Expected" with no CI runs. The Skill detects a CONFLICTING mergeable state, rebases onto the base branch, force-pushes, and then monitors the newly triggered checks through to green. ## Quick Start Ask the agent to monitor the checks on pull request 42 and coordinate fixes for any failures until all checks pass.