Skip to main content
DevOpsbendrucker

gitlab:docs

Browsing GitLab documentation efficiently. Use when you need to look up GitLab features, configuration, API details, or CI/CD syntax.

Stars
13
Source
bendrucker/claude
Updated
2026-05-31
Slug
bendrucker--claude--docs
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/bendrucker/claude/HEAD/plugins/gitlab/skills/docs/SKILL.md -o .claude/skills/docs.md

Drops the SKILL.md into .claude/skills/docs.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

GitLab Docs

Guide for navigating GitLab documentation.

CLI Commands: Use --help

For glab command reference, use --help instead of web docs:

glab mr --help          # List subcommands
glab mr create --help   # Command options and flags

The /cli/ web docs duplicate CLI help output.

When to Use Web Docs

Need Path
CI/CD YAML syntax /ci/yaml/
API endpoints /api/
Feature concepts /topics/
UI configuration /user/
Self-managed admin /administration/

Common Paths

  • /ci/yaml/ - Pipeline keywords
  • /ci/variables/ - Predefined variables
  • /api/merge_requests/ - MR API fields
  • /api/graphql/reference/ - GraphQL schema