What problem does it solve? Keeping a pull request merge-ready requires constant manual attention: responding to review comments, resolving merge conflicts, and chasing down CI failures. This Skill automates that maintenance loop so the PR stays green and unblocked 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 review threads (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 latest base branch when failures appear unrelated, 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 the valid comments, push scoped fixes, and monitor CI until the PR is ready to merge. ## Quick Start Babysit my open pull request by resolving review comments, merge conflicts, and CI failures until it is ready to merge.