glab-mr

Manage GitLab merge requests from creation to merging.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ProyectoG007/Skill.bat --skill glab-mr-proyectog007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glab-mr
Source: https://github.com/ProyectoG007/Skill.bat/tree/main/scripts/05_Dev_Tools/07.%20gitlab-cli-skills-1.11.0/glab-mr
Command: npx skills add https://github.com/ProyectoG007/Skill.bat --skill glab-mr-proyectog007

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the entire workflow for managing GitLab merge requests, from creation to merging, saving developers significant time and reducing errors.

Core Features & Use Cases

  • Create, View, and Manage MRs: Handles all aspects of merge request lifecycle.
  • Review and Approval: Facilitates efficient code review processes.
  • Merging Strategies: Supports various merging techniques like squash and rebase.
  • Use Case: A developer needs to create a merge request for a new feature, assign it for review, respond to feedback with inline comments, and finally merge it after a successful pipeline.

Quick Start

Use the glab-mr skill to create a new merge request from the current branch, filling in details automatically.

Frequently Asked Questions about glab-mr

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

FAQPage Schema
How do I create a GitLab merge request from a branch?

You can create a GitLab merge request directly from a branch by automating the lifecycle management process, which automatically fills in branch details to streamline the initial request creation.

Can I perform GitLab code reviews with inline comments?

Yes, GitLab code reviews support adding inline comments to merge requests, facilitating efficient feedback cycles and direct communication on specific code changes before approval.

What merge strategies does GitLab support for merging requests?

GitLab merge requests support various merging strategies, including squash and rebase, allowing developers to apply different techniques to integrate code changes into the target branch.

Does GitLab merge request automation work with CI/CD pipelines?

Yes, GitLab merge request automation integrates with CI/CD pipelines to perform automated merging, ensuring code changes are merged only after successful pipeline execution.

How do I approve and merge a GitLab merge request after a pipeline succeeds?

You can approve and merge a GitLab merge request by utilizing the management workflow to grant approval and trigger the final merge once the CI/CD pipeline completes successfully.

Can I create a GitLab merge request from an issue?

Yes, you can create a GitLab merge request from an issue, supporting various workflows that link issue tracking directly to code integration and branch management.