What problem does it solve? Merge request review feedback accumulates across many discussion threads, and it is easy to miss unresolved comments or actionable feedback hidden in resolved threads. This Skill reads all dumped MR discussions and produces a plan for addressing every comment. ## Core Features & Use Cases - Unresolved Comment Triage: Reads each unresolved discussion thread and proposes whether to fix code, reply, or explain why no action is needed. - Resolved Comment Verification: Re-checks resolved threads to catch problems marked resolved that are not actually fixed, including feedback from AI reviewers. - Discussion Interaction: Replies to threads, resolves discussions, and adds diff notes on specific lines using the glab-discussion CLI. - Use Case: After a round of code review on a GitLab MR, run this Skill to get a per-thread action plan before implementing any changes. ## Quick Start Ask the assistant to review all unresolved and resolved comments on the current merge request and propose what to do about each one.