ci-triage

Triages CI failures and analyzes Pull Request review comments with prioritized, categorized reporting.

1|1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/yunseo-kim/agent-toolbox --skill ci-triage-yunseo-kim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-triage
Source: https://github.com/yunseo-kim/agent-toolbox/tree/main/catalog/skills/ci-triage
Command: npx skills add https://github.com/yunseo-kim/agent-toolbox --skill ci-triage-yunseo-kim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of investigating and resolving Continuous Integration (CI) failures and analyzing feedback from Pull Request (PR) reviews, significantly reducing debugging time.

Core Features & Use Cases

  • Prioritized Triage: Guides you through investigating failures in a logical order, from build issues to review comments.
  • Failure Categorization: Helps classify different types of CI errors for targeted solutions.
  • Local Reproduction Guidance: Provides rules for accurately replicating CI environments locally to pinpoint issues.
  • Structured Analysis: Offers templates for extracting key information from CI logs and PR comments.
  • Use Case: When a CI pipeline fails, use this Skill to quickly identify the root cause by following its structured approach, ensuring critical issues are addressed first.

Quick Start

Use the ci-triage skill to analyze the provided CI job log for any failing tests or build errors.

Frequently Asked Questions about ci-triage

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

FAQPage Schema
How do I triage CI failures faster when a GitHub Actions pipeline breaks?

To triage CI failures faster, follow a structured methodology that prioritizes issues by type, categorizes build errors, and guides local reproduction to pinpoint the root cause quickly.

What is the best way to analyze PR review comments during continuous integration?

Analyzing PR review comments during CI involves using structured templates to extract key feedback, categorizing the input, and prioritizing actionable items alongside build failures.

How do I reproduce a CI failure locally to debug a failing test?

Reproduce a CI failure locally by following specific rules to accurately replicate the CI environment, allowing you to debug the failing test outside the pipeline and isolate variables.

How do I categorize CI errors from a failing build log?

Categorize CI errors from a failing build log by applying a structured analysis approach that classifies error types, ensuring critical issues are addressed first and targeted solutions are applied.

Do I need any specific dependencies to analyze GitHub Actions CI logs?

No specific dependencies are required to analyze GitHub Actions CI logs. The methodology provides templates for extracting key information directly from your job logs.