ci-failure-triage

Isolate CI failures with artifact-first verification and deterministic repros.

12|5|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/Clyra-AI/gait --skill ci-failure-triage-clyra-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-failure-triage
Source: https://github.com/Clyra-AI/gait/tree/main/.agents/submissions/anthropic/ci-failure-triage
Command: npx skills add https://github.com/Clyra-AI/gait --skill ci-failure-triage-clyra-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Isolate failing CI causes using artifact-first verification to produce verifiable evidence and deterministic repros.

Core Features & Use Cases

  • Artifact-first verification anchors failures to verifiable evidence and allows deterministic reruns.
  • Diff-based triage and health diagnostics help identify root causes quickly.
  • Reproducible workflows tie failing runs to baseline runs and provide actionable next steps.

Quick Start

Verify the failing artifact with gait verify, then create an isolated triage workspace and run guided commands to reproduce and diagnose the failure.

Frequently Asked Questions about ci-failure-triage

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

FAQPage Schema
What is artifact-first verification for CI failure triage?

Artifact-first verification isolates CI failures by anchoring them to verifiable evidence from run artifacts, enabling deterministic reproduction and quick root-cause isolation during incident triage.

How do I reproduce a failing CI run deterministically?

To reproduce a failing CI run deterministically, verify the failing artifact with gait verify, create an isolated triage workspace, and run guided commands to tie the failing run to a baseline.

Do I need a writable workdir to isolate CI failures?

Yes, isolating CI failures requires a writable workdir and access to run artifacts to execute gait verify, gait regress, and gait pack diff commands for diff-based triage.

How does diff-based triage diagnose CI root causes?

Diff-based triage uses gait pack diff to compare failing runs against baseline runs, providing health diagnostics and actionable next steps to identify root causes quickly.

Can I use artifact-based auditing in existing CI pipelines?

Yes, you can apply artifact-first verification in CI pipelines and incident triage to enable deterministic repros, quick root-cause isolation, and artifact-based auditing.