Failure triage
Skill lubochka/xiigen-general-skills/agent-skills/failure-triage
Open-source AI agent skills for safer Claude, Codex and Cursor coding workflows
npx -y skills add lubochka/xiigen-general-skills --skill failure-triageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Classify failures before changing implementation. Use after failed builds, tests, commands, or smoke checks.
SKILL.md
0.8 KB, as published. Nobody here has run it
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
- Capture the symptom.
- Classify likely source: code, test, environment, data, flaky behavior, or command misuse.
- Choose the smallest next check.
- 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