What problem does it solve? After opening a merge request, authors spend hours polling pipelines, rebasing behind master, and replying to review bot comments. This Skill automates that entire unattended loop: a background watcher reports every change on the MR set, an actor subagent triages and fixes, and you only get involved for genuine product or design decisions. ## Core Features & Use Cases - Continuous MR watching: A background glab:mr-watch agent reports pipeline finishes, pushes, new review notes, draft flips, approvals, and merges across a set of one or more MRs. - Autonomous triage and fixing: An actor subagent rebases branches, retries flaky CI jobs, fixes real failures, and posts reasoned fix or dismissal replies on review threads, all critically evaluated rather than rubber-stamped. - Ledger-based state and handoff: A babysit ledger tracks every thread, job, and rebase row by id, and the run hands the MR set back to reviewers only when pipelines are green, threads are resolved, and nothing is unfinished. - Use Case: You open MRs in a service repo and a pipelines repo for one ticket, invoke the command, and it keeps both rebased and green overnight, answering bot review comments and handing over only when everything is settled. ## Quick Start Ask the AI to babysit the merge requests for the current ticket, for example by saying "babysit MR !123 and !456 until they are green and handed over".