# Incident Triage

> Rapid incident framing for breakages, production regressions, and severe failures.

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

---


# Incident Triage

## Trigger Signals

- the task is an outage, regression, or urgent failure

## Inspect First

- failing logs, error output, recent changes, and impacted entrypoints

## Workflow

1. identify blast radius and failure signature
2. isolate the most likely failing boundary
3. define contain, mitigate, and verify steps
4. summarize status and next action

## Output Contract

- incident summary
- suspected root cause
- containment plan
- verification path

## Failure Modes

- no reliable reproduction or telemetry is available

## Escalation

- escalate when the blast radius or data risk is unclear

