بنقرة واحدة
gitlab
Manage GitLab issues and merge requests via the glab CLI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Manage GitLab issues and merge requests via the glab CLI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Interact with Elasticsearch clusters via the API.
Read, send, and manage Gmail emails via the gmail-cli tool.
Manage Redis databases via the redis-cli tool.
Manage AWS resources via the aws CLI.
Query metrics, manage monitors, post events, and interact with Datadog via the dogshell CLI.
Send emails using mailsend-go CLI
| name | gitlab |
| description | Manage GitLab issues and merge requests via the glab CLI. |
| metadata | {"displayName":"GitLab","icon":"git-merge","category":"version-control","version":"1.0.0","dependencies":{"cli":"glab","checkCommand":"glab --version","bundledInstall":"skills/gitlab/install.sh","install":{"darwin":{"brew":"glab","scriptArch":{"x64":"curl -fsSL https://gitlab.com/gitlab-org/cli/-/releases/permalink/latest/downloads/glab_*_macOS_x86_64.tar.gz | tar xz && sudo mv bin/glab /usr/local/bin/","arm64":"curl -fsSL https://gitlab.com/gitlab-org/cli/-/releases/permalink/latest/downloads/glab_*_macOS_arm64.tar.gz | tar xz && sudo mv bin/glab /usr/local/bin/"},"manual":"Download from https://gitlab.com/gitlab-org/cli/-/releases"},"linux":{"apt":"glab","dnf":"glab","snap":"glab","script":"curl -fsSL https://gitlab.com/gitlab-org/cli/-/releases/permalink/latest/downloads/glab_*_Linux_x86_64.tar.gz | tar xz && sudo mv bin/glab /usr/local/bin/"},"windows":{"scoop":"glab","choco":"glab","winget":"GLab.GLab"}}},"config":[{"name":"GITLAB_HOST","label":"GitLab Host","type":"string","required":false,"placeholder":"https://gitlab.com"}],"auth":{"type":"oauth","setupCommand":"glab auth login"}} |
Use glab to interact with GitLab.
This tool allows you to view, create, and update GitLab issues and merge requests.
Ensure glab is installed and authenticated.
If using the bundled version, run:
./.codebuddy/bin/glab auth login
glab issue listglab issue view <ID>glab issue createglab issue update <ID> --assignee <USER>glab mr listglab mr createglab mr view <ID>