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.

Style B: Raw REST / GraphQL via glab api

Related skills

More from acedatacloud/skills

Installs
1
GitHub Stars
6
First Seen
7 days ago