WorkOnMRComments

Resolves GitLab merge request comments by fetching discussions and applying code changes.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Capplequoppe/agent-studio --skill workonmrcomments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: WorkOnMRComments
Source: https://github.com/Capplequoppe/agent-studio/tree/main/.claude/skills/work-on-mr-comments
Command: npx skills add https://github.com/Capplequoppe/agent-studio --skill workonmrcomments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of addressing unresolved comments on a GitLab merge request, streamlining code review and iteration cycles.

Core Features & Use Cases

  • Automated Comment Resolution: Identifies and resolves all unresolved discussions on a merge request.
  • Code Modification: Makes necessary code changes based on feedback.
  • API Integration: Leverages GitLab API for fetching discussions and posting replies.
  • Use Case: After receiving feedback on a merge request, this skill can automatically check out the branch, analyze each comment, make the required code adjustments, and reply to the discussion with the changes.

Quick Start

Use the WorkOnMRComments skill to address comments on merge request number 123.

Frequently Asked Questions about WorkOnMRComments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically resolve unresolved comments on a GitLab merge request?

You can automatically resolve unresolved comments on a GitLab merge request by using a skill that fetches discussions via the GitLab API, applies code changes, lints, type checks, and commits updates to the branch.

What is the best way to automate addressing code review feedback on GitLab?

Automating code review feedback on GitLab involves checking out the branch, analyzing unresolved comments, making code adjustments, and replying to the discussion with the applied changes.

Can I use this merge request comment automation tool with my existing GitLab workflow?

Yes, you can integrate this tool into existing GitLab workflows, as it leverages the GitLab API to fetch discussions, apply code updates, and commit changes directly to the merge request branch.

Does addressing merge request comments automatically include linting and type checking?

Addressing merge request comments automatically includes linting and type checking, ensuring the code adjustments applied to resolve discussions meet quality standards before committing changes.

How does the code modification process work for unresolved GitLab discussions?

The code modification process for unresolved GitLab discussions works by fetching discussions via the API, analyzing feedback, applying code changes, and committing the resolved state back to the branch.