gitlab-cli
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> --commentsglab 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)