From gitlab
View and manage GitLab CI/CD pipelines and jobs using glab. Use this skill when the user wants to check pipeline status, view job logs, retry failed jobs, or manage CI/CD workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gitlab:gitlab-ciThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the `glab` CLI to manage GitLab CI/CD pipelines and jobs.
Use the glab CLI to manage GitLab CI/CD pipelines and jobs.
# List recent pipelines
glab ci list
# Filter by status
glab ci list --status running
glab ci list --status failed
glab ci list --status success
# View current branch pipeline
glab ci view
# View a specific pipeline
glab ci view 12345
# View in web browser
glab ci view --web
# Get detailed pipeline status (interactive)
glab ci status
# View pipeline with job details
glab ci view
# Trigger a pipeline on current branch
glab ci run
# Trigger with variables
glab ci run --variables "DEPLOY_ENV=staging,DEBUG=true"
# Trigger on a specific branch
glab ci run --branch main
# Retry a failed pipeline
glab ci retry 12345
# Cancel a running pipeline
glab ci cancel 12345
# View logs for a specific job
glab ci trace <job-id>
# Stream live job output
glab ci trace <job-id>
# Retry a specific failed job
glab ci retry <pipeline-id> --job <job-name>
# Download job artifacts
glab ci artifact <job-id>
# Validate .gitlab-ci.yml
glab ci lint
# Lint a specific file
glab ci lint .gitlab-ci.yml
glab ci status for a quick overview of the current pipelineglab ci view for an interactive pipeline viewglab ci trace <job-id> to see the logsglab ci lint to validate CI configuration before pushingglab mr pipelines <mr-id> to check MR-specific pipelinesnpx claudepluginhub tanyagray/claude --plugin gitlabManages 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.
Automates CircleCI via Rube MCP: triggers pipelines by project slug/branch/tag, monitors workflows/jobs, retrieves artifacts/test metadata. Requires active CircleCI connection.
Automates CircleCI CI/CD operations via Composio's CircleCI toolkit: trigger pipelines, monitor workflows/jobs, retrieve artifacts and test metadata. Requires Rube MCP connection.