What problem does it solve? Keeping a pull request moving through AI review bots and CI requires constant attention: verifying bot claims, replying to threads, rerunning flaky checks, and knowing when to stop. This Skill automates that shepherding loop so the PR reaches green without spamming reviewers or expanding scope. ## Core Features & Use Cases - Bot Review Triage: Treats every AI review bot comment as a hypothesis, verifies it against the actual code, fixes real bugs, and pushes back with evidence on wrong ones. - CI Failure Handling: Reads failing logs with gh run view --log-failed, fixes what the PR caused, and reruns flaky checks once before declaring them real. - Thread Management: Replies to and resolves inline review threads via the GitHub GraphQL API, respecting that human reviewers outrank bots. - Use Case: You open a PR and CodeRabbit leaves eight comments while two CI jobs fail. Ask the agent to babysit the PR: it verifies each comment, fixes the two real issues, replies with file:line evidence on the wrong ones, reruns the flaky job, and reports when everything is green. ## Quick Start Ask the agent to babysit the current branch's pull request and handle the review comments until CI is green.