gitlab-ci-debugger
CommunityDebug GitLab CI pipelines right in your terminal.
Authormprpic
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables you to debug and monitor GitLab CI/CD pipelines associated with merge requests directly from Claude. Check pipeline status, view job information grouped by stage, and fetch logs to troubleshoot failures without leaving your terminal.
Core Features & Use Cases
- MR-focused pipeline visibility: See all jobs for the current MR, grouped by stage with clear status indicators.
- On-demand job logs: Retrieve full logs for a selected job to quickly identify failures.
- Actionable troubleshooting: Analyze errors in logs and surface recommended fixes to expedite resolution.
Quick Start
Use the script to check the current MR pipeline status:
- Run: ./check_mr_pipeline.py
- If you work on a different branch: ./check_mr_pipeline.py -b feature-branch
- To view a specific job's log: ./check_mr_pipeline.py -j "job-name"
Dependency Matrix
Required Modules
python-gitlab>=4.0.0
Components
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: gitlab-ci-debugger Download link: https://github.com/mprpic/claude-gitlab-tools/archive/main.zip#gitlab-ci-debugger Please download this .zip file, extract it, and install it in the .claude/skills/ directory.