From odh-ai-helpers
Debugs GitLab CI/CD pipelines for merge requests: checks status, identifies failed jobs, retrieves logs, analyzes errors, and suggests fixes. Use for investigating pipeline issues or viewing job logs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/odh-ai-helpers:gitlab-pipeline-debuggerThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill enables Claude to investigate GitLab CI pipeline failures by:
This skill enables Claude to investigate GitLab CI pipeline failures by:
The script will fail if it detects any missing configuration. Interpret the error message and provide instructions for setting up the required configuration.
IMPORTANT: Always run the script from the user's current working directory (where Claude was launched), NOT from the
skill directory. The script needs access to the git repository context. Use the base directory (<base_path>) for this
skill to execute the script with an absolute path.
When the user asks to check CI status, debug pipeline failures, or view job logs:
Check Current Pipeline Status
<base_path>/scripts/check_pipeline.py without arguments to check the current branch's pipeline statusCheck Specific Branch
-b or
--branch option to specify that branch.
<base_path>/scripts/check_pipeline.py -b feature-branchCheck Specific Pipeline by ID
-p or --pipeline-id option to inspect that pipeline<base_path>/scripts/check_pipeline.py -p 12519874995--pipeline-id and --branch are mutually exclusiveView Job Logs
-j or --job option to retrieve and display logs for a specific job<base_path>/scripts/check_pipeline.py -j "test-job-name"Troubleshoot CI Failures
npx claudepluginhub jeremyeder/ai-helpers-plugin --plugin odh-ai-helpersManages 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.
Waits for CI/CD pipelines (GitHub Actions, GitLab CI, Vercel) to finish after pushing code, then reports results. Useful for push-then-verify workflows.
Diagnoses and fixes CI/CD pipeline failures including build errors, test failures, and pipeline issues. Uses git log analysis and structured debugging to identify root causes.