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 loop so a PR reaches a mergeable state without repeated manual intervention. ## Core Features & Use Cases - Comment Triage: Reviews unresolved PR comments (including Bugbot reports), validates each issue, and applies fixes only where the report is legitimate. - Merge Conflict Resolution: Intelligently resolves conflicts while preserving the intent of both branches, and asks for clarification when intents genuinely conflict. - CI Repair Loop: Fixes CI failures caused by the PR's own changes, merges the latest base branch when failures are unrelated, and re-watches CI until green. - 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 iterate until the PR is green and mergeable. ## Quick Start Ask the agent to babysit my open pull request and get it to a merge-ready state by resolving comments, conflicts, and CI failures.