Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub bendrucker/claude --plugin gitlabHow 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`.
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.
Validates syntax, best practices, security, and local execution of .gitlab-ci.yml pipelines, stages, and jobs using dedicated scripts.
Optimizes GitLab CI/CD pipelines for performance, reliability, and maintainability using DAGs, parallel jobs, templates, resource groups, retries, and protected rules.
Share bugs, ideas, or general feedback.
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.