بنقرة واحدة
gitlab
Interact with GitLab using `glab` CLI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Interact with GitLab using `glab` CLI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Enforces staged execution discipline on large tasks: a written stage plan, parallel delegation where the runtime supports it, a failable verification check at each stage, and a skeptical self-review before delivery. Trigger when the user explicitly asks ("do this thoroughly", "be systematic", "deep work mode") OR when the task objectively spans multiple files, multiple sources, or multiple sessions. Do NOT trigger on ordinary multi-step requests that a direct attempt handles fine. For a run pinned to a specific model, use fable-sonnet or fable-haiku instead.
Structured brainstorming when the user asks to explore options, compare approaches, or solve an ambiguous product, prompt, architecture, workflow, or design problem. Generates diverse options, clusters ideas, scores tradeoffs, and converges without generic ideation bloat. Avoid for straightforward implementation/debugging tasks.
Design lightweight evaluations for prompts, skills, agents, and workflow changes: before/after test prompts, success criteria, negative cases, edge cases, regression risks, and manual or scripted eval plans.
Review, debug, and improve user-provided or repo-visible prompts and agent instructions: AGENTS.md, skills, custom instructions, model configs, and prompt libraries. Optimizes for contradiction removal, trigger quality, context bloat reduction, eval ideas, and minimal high-leverage edits.
Search and read Atlassian Confluence content.
Access to Atlassian Jira with `jira` CLI.
استنادا إلى تصنيف SOC المهني
| name | gitlab |
| description | Interact with GitLab using `glab` CLI. |
Use the glab CLI to interact with GitLab.
# Get help
glab --help
glab <command> --help
# API access
glab api <endpoint> | jq .
# Common commands
glab mr list
glab mr view <id>
glab mr diff <id>
glab issue list
glab issue view <id>
glab ci list
glab repo clone <repo>