# Auto/flaky Triage

> Classify a red test as a real regression, a flake, or an environment problem before patching.

- Skill: `kirodotdev/auto-flaky-triage` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add kirodotdev/auto-flaky-triage`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kirodotdev/auto-flaky-triage/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: kirodotdev (https://skillmd.com/u/kirodotdev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kirodotdev/auto-flaky-triage

---


# flaky-triage (auto-generated)

## When to use
A shard went red and it is not yet known whether the diff caused it.

## Steps
1. Check whether the same test fails on the base commit.
2. Check whether it fails on one platform only.
3. Only patch once the cause is named.

## Gotchas
- A fail-closed gate red is often a cascade of one real failure.

