What problem does it solve? When a GitLab CI pipeline fails, engineers must manually dig through failed jobs, logs, artifacts, and recent commits to find the root cause. This Skill automates that investigation and summarizes the likely cause, the responsible owner, and the smallest safe fix. ## Core Features & Use Cases - Failure Inspection: Examines failed jobs, logs, and artifacts from GitLab CI pipelines to isolate what broke. - Change Correlation: Reviews recent changes to connect failures with the commits or merge requests that introduced them. - Actionable Summary: Produces a triage report naming the likely root cause, the owner, and the smallest safe fix. - Use Case: A merge request pipeline turns red overnight. Ask the agent to triage it, and receive a summary pointing to the failing job, the commit that caused it, and a suggested fix before your morning standup. ## Quick Start Triage the latest failed GitLab CI pipeline on my project and summarize the root cause, owner, and smallest safe fix.