Browsing GitLab documentation efficiently. Use when you need to look up GitLab features, configuration, API details, or CI/CD syntax.
Searches GitLab documentation for CI/CD syntax, API details, and configuration guides.
npx claudepluginhub bendrucker/claudeThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Guide for navigating GitLab documentation.
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.
| Need | Path |
|---|---|
| CI/CD YAML syntax | /ci/yaml/ |
| API endpoints | /api/ |
| Feature concepts | /topics/ |
| UI configuration | /user/ |
| Self-managed admin | /administration/ |
/ci/yaml/ - Pipeline keywords/ci/variables/ - Predefined variables/api/merge_requests/ - MR API fields/api/graphql/reference/ - GraphQL schemaYou MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.