# CI Failure Triage

> Diagnose CI/build/test pipeline failures and separate deterministic failures from flakes. Use when the user mentions CI 失败, pipeline failed, GitHub Actions, build failed, test failed in CI, flaky CI, 构建失败, or wants CI failure triage.

- Skill: `teng-bio/ci-failure-triage` (Agent Skill)
- Install (CLI): `npx skillmds@latest add teng-bio/ci-failure-triage`
- Raw SKILL.md: https://api.skillmd.com/api/skills/teng-bio/ci-failure-triage/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: Teng-bio (https://skillmd.com/u/teng-bio)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/teng-bio/ci-failure-triage

---


# CI Failure Triage

## Purpose
Diagnose CI failures and stabilize pipelines.

## Inputs to request
- CI logs and failing jobs.
- Recent merges and environment changes.
- Flake frequency and patterns.

## Workflow
1. Classify failures by stage and error type.
2. Check for environment changes and test flakiness.
3. Propose fixes and temporary mitigations.

## Output
- Triage summary with root cause candidates.

## Quality bar
- Separate flake from deterministic failure.
- Prefer fixes that reduce future noise.

