What problem does it solve? Keeping a pull request merge-ready requires constant manual attention: triaging review comments, resolving merge conflicts, and chasing down CI failures. This Skill automates that loop so a PR reaches a mergeable state without repeated manual intervention. ## Core Features & Use Cases - Merge Conflict Resolution: Intelligently resolves conflicts while preserving the intent of both branches, and aborts to ask for clarification when intents genuinely conflict. - Comment Triage: Reviews unresolved comments (including Bugbot reports), filters out resolved threads, validates reported issues, and applies fixes only where the feedback is valid. - CI Repair Loop: Fixes CI failures caused by the PR's own changes, merges the base branch when failures come from upstream, and re-watches CI until the PR is green and mergeable. - Use Case: You open a PR on Monday and receive reviewer comments plus a failing test overnight. Invoke this Skill to address valid feedback, push scoped fixes, and return to a green, merge-ready PR. ## Quick Start Use the babysit skill to get my current pull request to a merge-ready state by resolving comments, conflicts, and CI failures.