What problem does it solve? Reviewing and responding to merge request comments scattered across GitLab threads is tedious and easy to lose track of. This Skill pulls all unresolved discussions for the current branch's open MR into a structured JSON file, then guides triage and fixes so no reviewer feedback is missed. ## Core Features & Use Cases - Automated Discussion Fetching: Uses the glab CLI and GitLab API to locate the open MR for the current branch and export unresolved discussions, filtering out bot and system notes. - Batch Triage Workflow: Summarizes threads with author, file, and line context, then lets you select batches like 1,3,5-7, all, or top N instead of handling comments one at a time. - Guided Fix Implementation: Shows full thread and code context for selected discussions, applies focused fixes, and runs relevant in-repo tests. - Use Case: A reviewer leaves eight comments on your feature branch MR. Run this Skill to fetch them, pick the top three, view the surrounding code, implement fixes, and report back which discussions were addressed. ## Quick Start Ask the assistant to fetch and help address the unresolved review comments on the open GitLab merge request for the current branch.