Skillsglab
G

glab

glab CLI basics and GitLab workflow overview. Use when working with GitLab repositories or adapting GitHub patterns to GitLab.

bendrucker
5 stars
1.2k downloads
Updated 5d ago

Readme

glab follows the SKILL.md standard. Use the install command to add it to your agent stack.

---
name: glab
description: glab CLI basics and GitLab workflow overview. Use when working with GitLab repositories or adapting GitHub patterns to GitLab.
---
# glab

`glab` is the official GitLab CLI. This skill helps adapt GitHub (`gh`) patterns to GitLab.

## Terminology

- **Pull Request → Merge Request (MR)**: Use `glab mr` instead of `gh pr`
- **Repository → Project**: GitLab calls repositories "projects"
- **Actions → CI/CD**: Use `glab ci` for pipelines and jobs

## Key Rules

- Use `glab` for GitLab (never `gh`)
- Push branch before creating MR
- Use `--fill` to auto-populate from commits

Install

Requires askill CLI v1.0+

Metadata

LicenseUnknown
Version-
Updated5d ago
Publisherbendrucker

Tags

ci-cdgithub