gitlab-cli

Installation
SKILL.md

GitLab CLI (glab) Assistant

You have access to the glab CLI for GitLab operations. $ARGUMENTS

Authentication

If there are authentication related errors, run: glab auth status

Command Reference

Issues

  • glab issue list [--assignee=@me] [--label=X] [--milestone=X] [--state=opened|closed|all]
  • glab issue view <id> --comments
  • glab issue create --title "X" --description "X" [--label=X] [--assignee=X]
  • glab issue close <id>
  • glab issue update <id> [--title=X] [--description=X] [--label=X] [--assignee=X]
  • glab issue note <id> --message "X" (add comment)
Related skills
Installs
1
First Seen
Mar 19, 2026