What problem does it solve? When a bug, error, or performance issue appears, it is often unclear which specialist should handle it or what information they need. This Skill performs structured initial diagnosis, gathers complete context, and routes the issue to the right domain expert with an actionable handoff package. ## Core Features & Use Cases - Systematic Diagnosis: Classifies problems by severity, analyzes stack traces and error patterns, and performs root cause analysis without implementing fixes. - Context Gathering: Runs environment audits, tool availability checks, and performance baselines to collect diagnostic evidence. - Expert Routing: Recommends the correct specialist (TypeScript, React, database, build, testing, Docker) and produces a structured handoff package with reproduction steps and implementation guidance. - Use Case: Your React app throws an intermittent TypeError after a recent commit. Invoke this Skill to reproduce the issue with temporary debug logging, identify the root cause, clean up all diagnostic code, and hand off a complete diagnosis to the react-expert. ## Quick Start Use the triage-expert skill to diagnose this error and tell me which specialist should implement the fix.