一键导入
gitlab
GitLab repository workflows and glab CLI usage. Trigger when working with GitLab repos, merge requests, issues, pipelines, releases, or the glab command.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
GitLab repository workflows and glab CLI usage. Trigger when working with GitLab repos, merge requests, issues, pipelines, releases, or the glab command.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
GitHub repository workflows and gh CLI usage. Trigger when working with GitHub repos, pull requests, issues, Actions, releases, or the gh command.
Go backend project structure skill entry. Use this to locate backend architecture and naming references.
Apply Apple's design language — clarity, hierarchy, materials, motion, and typography — to any product, including websites, web apps, and non-Apple interfaces.
shadcn-vue component docs in-repo: CLI install, Vue usage, Reka API when applicable. Use for shadcn-vue / Reka UI questions in Vue.
Go coding conventions, idiomatic patterns, and CLI commands reference. Follows Effective Go and Go Code Review Comments strictly. Trigger on any Go-related question — code style, error handling, concurrency, project structure, go mod, testing, etc.
Git commit conventions, rebase-first workflow, and commands quick reference. Trigger on any git-related question — commits, branches, rebase, undo, conflicts, etc.
| name | gitlab |
| description | GitLab repository workflows and glab CLI usage. Trigger when working with GitLab repos, merge requests, issues, pipelines, releases, or the glab command. |
Use this skill for GitLab repository tasks, especially when the user mentions GitLab, merge requests, issues, pipelines, releases, or glab.
Read the relevant reference based on the user's question:
| Reference | Read when |
|---|---|
| glab-context | Before any repository-specific GitLab action. Covers glab availability, auth, repository remote detection, current branch, and working tree checks. |
| glab-mr | Working with GitLab merge requests: list, view, create, checkout, approve, comment, close, reopen, merge, diff, or changes. Examples: "close the MR 102399", "open a draft MR", "check out merge request 17", "merge this MR". |
| glab-issue | Working with GitLab issues: list, view, create, comment, close, reopen, labels, or assignees. |
| glab-pipeline | Checking GitLab CI, pipelines, jobs, traces, retries, cancellations, or branch pipeline status. |
| glab-release | Listing, viewing, creating, uploading assets to, or deleting GitLab releases. |
For a direct request such as "close the MR 102399":
glab-context to verify glab auth and repository context.glab-mr to choose the MR close command.glab mr view 102399.glab mr close 102399.glab for GitLab API-backed tasks when it is available and authenticated.glab is unavailable, fall back to plain git for repository operations and explain which GitLab-specific action could not be completed.