Skip to main content
DevOpsbendrucker

gitlab:ci

Working with GitLab CI/CD pipelines and jobs. Use when viewing pipelines, debugging jobs, or validating CI configuration.

Stars
13
Source
bendrucker/claude
Updated
2026-05-31
Slug
bendrucker--claude--ci
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/ci/SKILL.md -o .claude/skills/ci.md

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

GitLab CI/CD

Working with GitLab CI/CD pipelines and jobs via glab ci.

Key Commands

glab ci status             # Pipeline status for current branch
glab ci list               # List recent pipelines
glab ci lint               # Validate .gitlab-ci.yml
glab ci trace <job-id>     # Watch job logs in real-time
glab ci retry <job-id>     # Retry a failed job
glab ci run                # Trigger pipeline for current branch

Use glab ci --help and glab ci <command> --help for full options.

Debugging Failures

  • glab ci view - Interactive view of pipeline jobs (can also trace/retry from here)
  • glab ci trace <job-id> - Stream job logs in real-time
  • glab ci retry <job-id> - Retry a failed job

Configuration

For .gitlab-ci.yml syntax, see /ci/yaml/ in GitLab docs.