用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/olasunkanmi-SE/codebuddy --skill gitlab命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| 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>