Agent Skills
› composio-community/awesome-agent-clis
› GitLab CLI (glab)
GitLab CLI (glab)
GitHub通过终端管理 GitLab 的合并请求、问题、流水线及 CI/CD。支持结构化输出与 Token 认证,适用于自动化创建 MR、监控 CI/CD 流程等场景。
Trigger Scenarios
需要在终端中创建或列出 GitLab 合并请求
需要查看或管理 GitLab CI/CD 流水线状态
需要自动化处理 GitLab Issue
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


