What problem does it solve? Investigating GitLab activity during incident response or code review requires manually navigating the GitLab UI or writing ad-hoc API calls. This Skill provides ready-made scripts to inspect projects, CI/CD pipelines, merge requests, commits, branches, and issues directly from the command line. ## Core Features & Use Cases - Pipeline Failure Investigation: List failed pipelines and drill into individual job statuses, durations, and failure reasons to pinpoint broken builds. - Merge Request & Commit Analysis: Retrieve MR details, file-level diffs, and commit history with author and timestamp metadata for code review or deployment correlation. - Issue & Project Management: List and search projects, branches, and issues, and create new issues programmatically. - Use Case: During an incident, run the pipeline failure workflow to find the failed pipeline, inspect its jobs, then trace the responsible commit and merge request to identify the change that caused the outage. ## Quick Start Ask the agent to list the failed CI/CD pipelines for the project "mygroup/myapp" and show the jobs that failed in the most recent one.