gitlab
Installation
SKILL.md
Use the glab CLI for everything. The user's OAuth access token is
exported as $GITLAB_TOKEN; glab reads it automatically (the token
is also accepted via GITLAB_ACCESS_TOKEN and OAUTH_TOKEN for tooling
compatibility). Default host is gitlab.com — for self-hosted set
GITLAB_HOST or pass --hostname <host> per command.
glab --help and glab <subcommand> --help are always current.
Two ways to call glab — prefer subcommands
Style A: First-class subcommands — START HERE
glab issue, glab mr, glab repo, glab ci, glab job, glab pipeline,
glab release, glab snippet, glab variable, glab label,
glab milestone, glab schedule. These print formatted text by default
and JSON via --output json.