glab
glab is the official GitLab CLI. This skill helps adapt GitHub (gh) patterns to GitLab.
Terminology
- Pull Request → Merge Request (MR): Use
glab mrinstead ofgh pr - Repository → Project: GitLab calls repositories "projects"
- Actions → CI/CD: Use
glab cifor pipelines and jobs
Key Rules
- Use
glabfor GitLab (nevergh) - Push branch before creating MR
- Use
--fillto auto-populate from commits