# Gitlabdocs

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

- Skill: `tomevault-io/gitlabdocs` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/gitlabdocs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/gitlabdocs/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/gitlabdocs

---

# GitLab Docs

Guide for navigating [GitLab documentation](https://docs.gitlab.com/).

## CLI Commands: Use --help

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

```bash
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

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/bendrucker) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

