Working with GitLab CI/CD pipelines and jobs. Use when viewing pipelines, debugging jobs, or validating CI configuration.
Manages GitLab CI/CD pipelines and jobs via glab commands for debugging and validation.
npx claudepluginhub bendrucker/claudeThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Working with GitLab CI/CD pipelines and jobs via glab ci.
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.
glab ci view - Interactive view of pipeline jobs (can also trace/retry from here)glab ci trace <job-id> - Stream job logs in real-timeglab ci retry <job-id> - Retry a failed jobFor .gitlab-ci.yml syntax, see /ci/yaml/ in GitLab docs.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.