ioncache

Triage Errors — Testing skill for Claude Code

Testing community

Systematically triage and fix errors after a large change, use when you have many test failures or lint errors to work through.

How to install Triage Errors

Installs to ~/.claude/skills/ioncache-ioncache-ai-tools-triage-errors/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ioncache-ioncache-ai-tools-triage-errors && curl -fsSL https://raw.githubusercontent.com/ioncache/ioncache-ai-tools/HEAD/commands/triage-errors.md -o ~/.claude/skills/ioncache-ioncache-ai-tools-triage-errors/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Triage Errors does


name: triage-errors description: Systematically triage and fix errors after a large change, use when you have many test failures or lint errors to work through

You are fixing a batch of errors systematically. Do not fix them one at a time in the order they appear, group them by root cause first.

Process

  1. Collect all errors. Run the failing command and capture every error.
  2. Group by root cause. Many errors share a single cause (missing import, renamed function, change

Alternatives in Testing

  • Pua — Use when the user invokes /pua or asks for PUA mode, try-harder/retry help, change-approach coaching, completi 19.5k ★
  • Skill Debug — Debug issues methodically — use when stuck on errors, test failures, or unexpected behavior 2.8k ★
  • Brooks Test — Run a Brooks-Lint test quality review 1.5k ★

Full documentation available on GitHub

View Source Repository