Debug and monitor GitLab CI/CD pipelines for merge requests. Check pipeline status, view job logs, and troubleshoot CI failures. Use this when the user needs to investigate GitLab CI pipeline issues, check job statuses, or view specific job logs.
Limited to specific tools
Additional assets for this skill
This skill is limited to using the following tools:
scripts/check_mr_pipeline.pyThis skill helps debug and monitor GitLab CI/CD pipelines associated with merge requests. It can check pipeline status, display job information grouped by stage, and retrieve logs for specific jobs.
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.
When the user asks to check CI status, debug pipeline failures, or view job logs:
Check Current Pipeline Status
./scripts/check_mr_pipeline.py script without arguments to check the current branch's MR pipeline statusCheck Specific Branch
-b or
--branch option to specify that branch.
./scripts/check_mr_pipeline.py -b feature-branchView Job Logs
-j or --job option to retrieve and display logs for a specific job./scripts/check_mr_pipeline.py -j "test-job-name"Troubleshoot CI Failures
-j option first to see available job names