Failure Triage

Classify failures before changing implementation. Use after failed builds, tests, commands, or smoke checks.

lubochka 36db4b5 857 B 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/agent-skills/failure-triage commit 36db4b5c26

Frequently asked questions

npx skillmds@latest add lubochka/failure-triage