What problem does it solve? After opening a pull request, developers must repeatedly check CI results, watch for new review comments, diagnose flaky failures, and track mergeability. This Skill automates that entire monitoring loop so the PR is watched continuously until it is merged, closed, or genuinely blocked. ## Core Features & Use Cases - Continuous PR Watching: Polls CI checks, workflow runs, review comments, and merge state via a watcher script with one-shot (--once) or streaming (--watch) modes. - CI Failure Diagnosis and Retry: Classifies failures as branch-related or flaky using failed-job logs, auto-fixes branch-related issues, and reruns flaky jobs up to 3 times per SHA. - Review Feedback Handling: Surfaces published review comments from trusted humans and approved bots, applies actionable fixes, and resolves threads only under a strict GitHub mutation policy. - Use Case: After pushing a branch and opening a PR, ask the agent to babysit it; it will watch CI, fix a failing lint job, push the fix, address a reviewer's comment, and keep polling until the PR merges. ## Quick Start Ask the agent to babysit the pull request for the current branch and keep watching its CI and review comments until it is merged.