glab CLI basics and GitLab workflow overview. Use when working with GitLab repositories or adapting GitHub patterns to GitLab.
Scanned 2/12/2026
Install via CLI
openskills install bendrucker/claude---
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
No comments yet. Be the first to comment!