Triage Errors — Testing skill for Claude Code
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
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
- Collect all errors. Run the failing command and capture every error.
- 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 RepositoryRelated Skills
Fix Failures
Systematically identify, categorize, and fix test/linter failures using appropriate tools and agents
Spec Fix
Lightweight fix flow — triage a defect against specs/, then one implementer pass through the same external gat
Test After Change Diagnostics.V1
If any program code changes, run unit-tests and follow up on the test-result (fix code if there is an error).
Test After Change.V1
If any program code changes, run unit-tests and follow up on the test-result (fix code if there is an error).
St Debug
Hypothesis-driven debugging with observation-only instrumentation and user reproduction; fixes route through t
Testing MCP Tools
Use when adding new MCP tools, modifying existing tools, or changing the TradingView API client. Ensures tools
Related Agents
Auto Error Resolver
Fix compilation errors, build failures, type errors, or test failures. Systematically identifies root causes a
Bnb Fixer
Corrective agent that fixes blocker-severity failures identified by Validator. Runs at end-of-run fix pass or
pnpm Workspace Filter
Run lint, types, test, or knip on specified pnpm workspace packages and fix errors.