From gitlab
Manages GitLab CI/CD pipelines and jobs using glab ci: lists pipelines, validates .gitlab-ci.yml, views status, traces/retires jobs. Useful for debugging failures and config validation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gitlab:ciThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Working with GitLab CI/CD pipelines and jobs via `glab ci`.
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.
npx claudepluginhub bendrucker/claude --plugin gitlabDebugs GitLab CI/CD pipelines by checking pipeline status, viewing job logs, and analyzing failures. Use when users need to investigate CI issues on merge requests.
Investigates GitLab CI pipeline failures by identifying failed jobs, extracting error logs via glab, and providing concise diagnostic summaries. Useful for status checks, job debugging, or post-push monitoring.
Creates, updates, and monitors CI/CD pipelines for GitHub Actions, GitLab CI, and CircleCI. Guides setup and fix processes.