glab

Community

Master GitLab tasks with glab CLI.

Authordanielscholl
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides expert guidance for using glab, the GitLab CLI, to perform GitLab operations from the terminal, reducing manual steps and enabling automation of PRs, issues, pipelines, and repository tasks.

Core Features & Use Cases

  • MR/Issue workflows: Create, review, and manage merge requests and issues from the CLI.
  • CI/CD & Pipelines: Interact with pipelines, view status, and trigger runs.
  • Repository operations: Clone, fork, view, and manage GitLab repositories and settings.
  • APIs & Troubleshooting: Guidance on using glab api and debugging with detailed references.

Quick Start

Authenticate with glab, then try listing MRs and creating an MR:

  • glab auth login
  • glab mr list
  • glab mr create --title "New feature" --description "Details"

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: glab
Download link: https://github.com/danielscholl/agent-base-v2/archive/main.zip#glab

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository