Agent Skills
› composio-community/awesome-agent-clis
› GitLab CLI (glab)
GitLab CLI (glab)
GitHub通过终端管理 GitLab 合并请求、Issue、流水线及 CI/CD。支持 JSON 结构化输出和令牌认证,适用于自动化创建 MR、监控构建状态及非交互式代码协作场景。
Trigger Scenarios
需要创建或列出 GitLab 合并请求
管理 Issue 任务
查看或监控 CI/CD 流水线状态
Install
npx skills add composio-community/awesome-agent-clis --skill GitLab CLI (glab) -g -y
SKILL.md
Frontmatter
{
"name": "GitLab CLI (glab)",
"description": "Manage GitLab merge requests, issues, pipelines, and CI\/CD from the terminal. Use when an agent needs to create MRs, manage issues, or monitor CI\/CD pipelines on GitLab."
}
GitLab CLI (glab)
MRs, issues, pipelines, and CI/CD management from the terminal.
- Repo: https://gitlab.com/gitlab-org/cli
- Docs: https://docs.gitlab.com/ee/editor_extensions/gitlab_cli/
Installation
brew install glab
glab auth login
Key Commands
glab mr list --output json
glab mr create --title "Feature" --description "Details"
glab issue list --output json
glab issue create --title "Bug" --description "Details"
glab ci list
glab ci view <pipeline-id>
glab repo clone owner/repo
Agent-Friendly Features
--output jsonfor structured output- Token auth via
GITLAB_TOKEN - Non-interactive CI/CD management
Version History
- 9f765d2 Current 2026-07-24 16:03


