ci-triage

Classify CI failures into flake, regression, environment, or configuration issues.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/rajveersingh11/loop-engine-service --skill ci-triage-rajveersingh11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-triage
Source: https://github.com/rajveersingh11/loop-engine-service/tree/main/starters/ci-sweeper/.grok/skills/ci-triage
Command: npx skills add https://github.com/rajveersingh11/loop-engine-service --skill ci-triage-rajveersingh11

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the parsing of CI failures, providing a quick and efficient way to identify the cause of the failure and classify it for further action.

Core Features & Use Cases

  • CI Failure Parsing: Automatically identifies failing job/steps and classifies failures as flake, regression, env, or config issues.
  • Classification Rules: Utilizes specific rules to classify failures, helping to prioritize and address the root cause.
  • Actionable Feedback: Provides actionable information to determine the next steps, such as minimal fix, watching, or escalating to a human.

Quick Start

Use the ci-triage skill to analyze the latest CI failure and classify it.

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 in my CI/CD pipeline?

You can automate CI failure analysis by using scripts to parse failing jobs and classify issues as flake, regression, environment, or configuration problems. This provides actionable feedback for minimal fixes or escalation.

What is the best way to classify CI failures like flake or regression?

Classifying CI failures is done by applying specific rules to parse failure outputs and categorize them as flake, regression, environment, or configuration issues. This helps prioritize and address the root cause quickly.

Can I use automation to identify environment or configuration issues in CI?

Yes, CI automation scripts can identify and classify environment and configuration issues directly from failing job steps. This allows you to determine the next steps, such as watching the issue or escalating it to a human.

How do I parse CI failures to determine if it is a flake or a regression?

Parsing CI failures involves identifying the failing job steps and applying classification rules to distinguish between a flake and a regression. This ensures you address the actual root cause instead of transient errors.

What actionable feedback can I get from automated CI issue classification?

Automated CI issue classification provides actionable feedback such as applying a minimal fix, watching the failure for recurrence, or escalating the issue to a human for further investigation.

Do I need any dependencies to automate CI failure parsing?

No dependencies are required to automate CI failure parsing. The Skill operates independently using scripts to classify failures as flake, regression, environment, or configuration issues within your CI/CD workflows.