AgentSkillsCN

gitlab:docs

高效浏览 GitLab 文档。适用于需要查询 GitLab 功能、配置、API 详情,或 CI/CD 语法时使用。

SKILL.md
--- frontmatter
name: gitlab:docs
description: Browsing GitLab documentation efficiently. Use when you need to look up GitLab features, configuration, API details, or CI/CD syntax.

GitLab Docs

Guide for navigating GitLab documentation.

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

NeedPath
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