incident-triage

Classify observed technical failures and route them to hotfix, slice, investigation, or escalation paths.

6|Updated Jul 10, 2026
One-click install
npx skills add https://github.com/Mozurok/fhorja.dev --skill incident-triage-mozurok
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: incident-triage
Source: https://github.com/Mozurok/fhorja.dev/tree/main/.claude/skills/incident-triage
Command: npx skills add https://github.com/Mozurok/fhorja.dev --skill incident-triage-mozurok

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a stack trace, failing test, or production alert appears mid-task, engineers often either bypass their workflow entirely with an untracked hotfix or over-apply full ceremony to a one-line fix. This Skill triages concrete failure evidence into a structured classification and routes it to the smallest decisive next step, keeping urgent incidents auditable without unnecessary process. ## Core Features & Use Cases - Failure classification: Categorizes the incident into exactly one of REGRESSION, NEW_BUG, CONFIG, EXTERNAL_DEPENDENCY, REPRODUCIBILITY, or DIAGNOSTIC_INSUFFICIENT based on the pasted failure signal. - Fix-size routing: Recommends HOTFIX, SLICE, INVESTIGATION, or ESCALATE and routes to the matching follow-up command (branch-commit, implement-approved-slice, impact-analysis, or capture-observation). - Decision and invariant validation: Checks the proposed fix path against locked decisions in DECISIONS.md and INVARIANTS_AND_NON_GOALS.md, surfacing conflicts instead of silently overriding them. - Use Case: A CI run fails with a stack trace after a recent deploy. Paste the trace, expected behavior, environment, and urgency tag; the Skill classifies it as a REGRESSION, recommends a HOTFIX with a safety justification, and records the decision in the task folder. ## Quick Start Triage this failing test output against my active task folder and tell me whether it needs a hotfix or a full slice.

Frequently Asked Questions about incident-triage

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

FAQPage Schema
How do I triage a production incident without skipping my workflow?▼

Paste the failure signal (stack trace, error output, or failing test) along with environment, urgency tag, and expected behavior. The Skill classifies the failure, recommends a fix size, and routes BLOCKING_PROD hotfixes through branch-commit with an explicit safety justification recorded in DECISIONS.md.

What failure types does incident triage classify?▼

It classifies each incident into exactly one of six types: REGRESSION, NEW_BUG, CONFIG, EXTERNAL_DEPENDENCY, REPRODUCIBILITY, or DIAGNOSTIC_INSUFFICIENT. Each classification maps to a fix size of HOTFIX, SLICE, INVESTIGATION, or ESCALATE with a matching next command.

When should I use incident-triage instead of task-init?▼

Use incident-triage when you have concrete failure evidence tied to an active task folder. Use task-init when the work is feature-shaped rather than a failure, and use pr-feedback-ingest when the issue surfaced from PR review feedback.

What happens when there is not enough information to classify a failure?▼

The Skill classifies it as DIAGNOSTIC_INSUFFICIENT and explicitly lists the missing information plus the smallest action to gather it, such as a specific log query or reproduction command. It never outputs a vague investigate further recommendation.

Does incident triage modify my task state files?▼

It only proposes minimal patches to TASK_STATE.md when triage materially changes operational state, and writes to DECISIONS.md only when recording a hotfix decision. Runs with no material change emit a short NO_OP_TRACE instead of rewriting files.