What problem does it solve? When a merge request pipeline fails on GitLab, finding the root cause means digging through job logs, test reports, and CI config output. This Skill triages failed CI jobs by reading a structured pipeline dump and proposing concrete fixes. ## Core Features & Use Cases - Guided failure triage: Reads the pipeline summary first, then only the logs of failed jobs, test reports, lint output, or downstream pipeline data as needed. - Structured dump inspection: Works with output from the glab-pipeline CLI, including summary.json, job logs, test-report.json, and merged.yml. - Job retry support: Retries failed jobs with glab ci retry and re-inspects the pipeline after retries or new pushes. - Use Case: An MR pipeline fails with three red jobs. Invoke this Skill to identify which job caused the failure, read its log tail, and get a proposed fix before touching any code. ## Quick Start Ask the assistant to analyze the current MR pipeline failures and propose fixes for the failed CI jobs.