ci-triage

Parse CI failure output and classify issues as flake, regression, environment, or configuration.

10.0k|1.4k|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/cobusgreyling/loop-engineering --skill ci-triage-cobusgreyling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-triage
Source: https://github.com/cobusgreyling/loop-engineering/tree/main/starters/ci-sweeper/.grok/skills/ci-triage
Command: npx skills add https://github.com/cobusgreyling/loop-engineering --skill ci-triage-cobusgreyling

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the analysis and classification of Continuous Integration (CI) failures, helping to quickly identify the root cause and appropriate action.

Core Features & Use Cases

  • CI Failure Parsing: Automatically parses CI failure output to extract key information.
  • Classification: Classifies failures as flake, regression, environment issue, or configuration error.
  • Actionable Insights: Provides actionable insights and suggested next steps for each failure.
  • Use Case: Integrate this Skill into your CI sweeper loop to streamline the process of addressing CI failures before they lead to significant delays.

Quick Start

Analyze and classify the failures from the latest CI run using the ci-triage skill.

Frequently Asked Questions about ci-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate CI failure analysis and classification?

Automate CI failure analysis by parsing Continuous Integration output to classify failures as flake, regression, environment issue, or configuration error. This classification provides actionable insights and suggested next steps for each failure.

How does CI failure classification identify a flake versus a regression?

CI failure classification identifies a flake versus a regression by parsing CI failure output to extract key information. It categorizes failures into flakes, regressions, environment issues, or configuration errors based on that parsed data.

Can I integrate failure triage into a CI sweeper loop?

Yes, you can integrate failure triage into a CI sweeper loop to streamline addressing Continuous Integration failures. This automation quickly addresses failures before they impact development workflow and cause significant delays.

What is the best way to quickly identify CI environment issues?

The best way to quickly identify CI environment issues is to automate the parsing of Continuous Integration failure output. This automatically classifies environment issues and provides actionable next steps to resolve them.

Do I need any external dependencies to classify Continuous Integration failures?

No external dependencies are required to classify Continuous Integration failures. The Skill operates independently using internal scripts to parse output and identify whether a failure is a flake, regression, environment issue, or configuration error.