What problem does it solve? Reviewing a merge request is rarely a one-shot event: findings get posted, the author pushes fixes, threads need revisiting, and someone must track which blockers are still open. This Skill automates the reviewer side of that loop on GitLab, keeping the review alive until every blocking finding and suggestion is settled. ## Core Features & Use Cases - Full MR review and posting: Runs a complete code review of the current branch's merge request against the remote refs, posts inline and summary comments, and hands the work back to the author per the review-handshake convention. - Continuous watching via the glab:mr-watch agent: Spawns a background watcher agent plus a 30-minute watchdog cron that re-invoke the review round whenever the author hands the work back, pushes new code, or the pipeline settles. - Finding ledger and thread resolution: Maintains a persistent ledger of every finding with status (open, addressed, refuted, superseded), revisits every open thread each round, and resolves or un-resolves only its own threads based on code evidence. - Use Case: A reviewer asks Claude to watch MR !123. The Skill reviews the branch, posts findings, moves the ticket to the work state, then automatically re-reviews each new push until nothing remains open. ## Quick Start Ask Claude to review the current branch's merge request and watch it until all findings are addressed or refuted.