Failure Triage

Failure Triage

lubochka Updated

File contents

Failure Triage

Purpose

Classify failures before changing implementation.

When to Use

Use after failed builds, tests, commands, or smoke checks.

Inputs

Failure output, environment, recent changes, expected behavior.

Steps

  1. Capture the symptom.
  2. Classify likely source: code, test, environment, data, flaky behavior, or command misuse.
  3. Choose the smallest next check.
  4. Avoid broad rewrites until cause is narrowed.

Gates

There is a probable cause and next diagnostic step.

Evidence

Failure logs, narrowed hypothesis, and targeted check result.

Anti-Patterns

Fixing blindly; changing multiple variables at once.

Related

root-cause-tracing, systematic-debugging

lubochka/xiigen-general-skills/tree/main/skills/universal/failure-triage commit 682fc36661

Frequently asked questions

npx skillmds@latest add lubochka/failure-triage-3