What problem does it solve? Open pull requests stall when CI checks fail, reviewers leave comments, or branches conflict with the base. This Skill drives a PR to a mergeable state by systematically diagnosing and fixing all three fronts instead of leaving authors to triage them manually. ## Core Features & Use Cases - CI failure diagnosis and repair: Reproduces failing checks locally, localizes the failing layer (type, import, config, dependency, environment), fixes the root cause, and adds a red-before/green-after regression test. - Review comment triage: Classifies each comment as non-actionable, an obvious gap-fix, or an author decision, then fixes, replies with a tracked agent marker, resolves threads via GraphQL, or flags decisions to the author. - Merge conflict resolution: Researches the intent behind both sides of each conflict using git log, blame, and PR history, resolves forward without aborting, and confirms the branch's commits survived. - Two operating modes: Runs a single pass over a watcher-supplied worklist in delegated mode, or loops its own assessment until the PR is clear in direct mode. - Use Case: After opening a PR, CI is red and a reviewer requested changes. Invoke this Skill to reproduce the failing test locally, fix the root cause, reply to each review thread with proper disclosure, resolve the base-branch conflict, and push until everything is green. ## Quick Start Ask the agent to bring the current pull request to a mergeable state by fixing CI failures, addressing review comments, and resolving merge conflicts.