What problem does it solve? Keeping a pull request merge-ready requires constant manual attention: responding to review comments, resolving merge conflicts, and chasing failing CI checks. This Skill automates that loop so a PR reaches a mergeable state without repeated manual babysitting. ## Core Features & Use Cases - Comment Triage: Reviews every PR comment (including automated Bugbot feedback), fixes the ones it agrees with, and explains disagreements or uncertainties instead of blindly applying changes. - Conflict Resolution: Syncs with the base branch and resolves merge conflicts only when intent is clearly aligned, otherwise stops and asks for clarification. - CI Repair Loop: Applies small, scoped fixes for CI failures, pushes them, and re-watches the pipeline 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 the feedback, fix the test, and return a clean, merge-ready PR. ## Quick Start Babysit my open pull request by triaging all review comments, resolving safe merge conflicts, and fixing CI failures until it is merge-ready.