agentsclimarketplace

Failure triage

Skill lubochka/xiigen-general-skills/agent-skills/failure-triage

Open-source AI agent skills for safer Claude, Codex and Cursor coding workflows

Install
npx -y skills add lubochka/xiigen-general-skills --skill failure-triage

Assembled 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

  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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.