error-triage
OfficialSystematic error resolution, eliminate cascades.
Software Engineering#type safety#debugging#quality gates#error resolution#build errors#triage#CI failures
Authorelevanaltd
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Random "whack-a-mole" error fixing leads to cascade failures, wasted time, and hidden bugs, especially with complex build and type systems, prolonging debugging cycles.
Core Features & Use Cases
- Priority Matrix Triage: Enforces a strict 6-layer priority order (Build → Types → Unused → Async → Logic → Tests) to fix errors systematically and minimize cascades, ensuring efficient resolution.
- Autonomous Triage Loop: Guides a cycle of extracting, sorting, fixing, and validating errors, iterating until zero errors and warnings are present, reducing manual effort.
- Anti-Validation Theater Detection: Identifies and blocks critical anti-patterns like
as anyafter validation, ensuring true type safety and preventing false confidence in code quality. - Use Case: When facing multiple CI failures, use this skill to systematically triage and resolve errors, starting with build issues, then type errors, and iterating until all quality gates pass locally, saving significant debugging time.
Quick Start
Initiate the error triage protocol by running npm run typecheck, npm run lint, and npm run test to extract all error categories.
Dependency Matrix
Required Modules
npmbashgrep
Components
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: error-triage Download link: https://github.com/elevanaltd/oa/archive/main.zip#error-triage Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.