From gitlab
Navigates GitLab documentation for CI/CD YAML syntax, API endpoints, features, configurations, variables, and glab CLI commands. Use for GitLab feature lookups, API details, or pipeline references.
npx claudepluginhub bendrucker/claude --plugin gitlabThis skill uses the workspace's default tool permissions.
Guide for navigating [GitLab documentation](https://docs.gitlab.com/).
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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 schema