gitlab-ci

SKILL.md

GitLab CI/CD with glab CLI

Core Principle

Always use --branch to specify branches or tags, never use pipeline IDs directly.

Common Workflows

1. Check Pipeline Status

# Check current branch
glab ci status

# Check specific branch or tag
glab ci status --branch=<branch-or-tag>
Installs
7
First Seen
Mar 31, 2026