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 converges to 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 review threads (including Bugbot reports), applies valid change requests, and explains disagreements with invalid ones. - 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 checks until green. - Use Case: You open a PR on Monday and reviewers plus CI leave feedback overnight. Invoke this Skill to address valid comments, resolve conflicts with main, push scoped fixes, and iterate until the PR is mergeable. ## Quick Start Ask the agent to babysit this pull request and keep fixing comments, conflicts, and CI failures until it is ready to merge.