glab-operations

Manage GitLab repositories via glab CLI for merge requests, issues, CI/CD pipelines, and URL conversion.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DxTa/dotfiles --skill glab-operations
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: glab-operations
Source: https://github.com/DxTa/dotfiles/tree/main/opencode/skills/comms/glab-operations
Command: npx skills add https://github.com/DxTa/dotfiles --skill glab-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines your interaction with GitLab, allowing you to manage merge requests, issues, and CI/CD pipelines efficiently without leaving your terminal.

Core Features & Use Cases

  • Merge Requests: Create, review, merge, and manage MRs.
  • Issues: Create, list, and comment on issues.
  • CI/CD: Monitor pipelines and jobs.
  • URL Conversion: Automatically converts GitLab HTTPS URLs to the glab CLI format.
  • Use Case: You need to create a merge request for your feature branch, add a description, and then merge it after it passes CI.

Quick Start

Use the glab-operations skill to create a merge request for your current branch.

Frequently Asked Questions about glab-operations

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

FAQPage Schema
How do I manage GitLab merge requests and issues from the command line?▼

You can manage GitLab merge requests and issues from the command line using the glab CLI. This approach enables you to create, review, and merge MRs, as well as track and comment on issues directly within your terminal.

Can I monitor GitLab CI/CD pipelines using a terminal CLI?▼

Yes, you can monitor GitLab CI/CD pipelines using a terminal CLI. The glab CLI enables you to check pipeline statuses and monitor specific jobs directly, ensuring continuous integration processes run smoothly without context switching.

Do I need to install and authenticate glab CLI to manage GitLab repositories?▼

Yes, managing GitLab repositories requires installing and authenticating the glab CLI first. Proper authentication ensures secure access to your repositories, enabling operations like merge request creation, issue tracking, and pipeline monitoring.

How does glab CLI handle GitLab HTTPS URLs for command execution?▼

The glab CLI handles GitLab HTTPS URLs by automatically converting them to its specific CLI format. This automatic conversion ensures consistent command execution across various repository operations without requiring manual URL formatting.

What is the best way to create a merge request for a feature branch in GitLab?▼

The best way to create a merge request for a GitLab feature branch is using the glab CLI. It streamlines MR creation by allowing you to add descriptions and merge branches immediately after CI pipelines pass, all from the terminal.