Agent Skills
› composio-community/awesome-agent-clis
› GitLab CLI (glab)
GitLab CLI (glab)
GitHub通过终端管理GitLab合并请求、Issue及CI/CD流水线。支持创建MR、监控构建状态及结构化输出,适用于自动化代码审查与发布流程。
Trigger Scenarios
需要创建或管理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


