← ClaudeAtlas

error-detectivelisted

Systematic debugging and error resolution using the TRACE framework (Trace, Read, Analyze, Check, Execute). Use when debugging errors, analyzing stack traces, investigating failures, root cause analysis, or troubleshooting production issues.
aiskillstore/marketplace · ★ 329 · AI & Automation · score 79
Install: claude install-skill aiskillstore/marketplace
# Error Detective - Systematic Debugging and Error Resolution ## Overview Error Detective is a comprehensive debugging skill that applies systematic methodologies to identify, analyze, and resolve errors efficiently. Using the TRACE framework and structured analysis techniques, this skill guides you through debugging from initial error discovery to verified resolution. ## Core Capabilities ### Stack Trace Analysis - Parse and interpret stack traces across multiple languages - Identify root cause vs. symptom errors - Extract relevant file paths and line numbers - Understand call chains and error propagation ### Error Pattern Recognition - Categorize errors by type (syntax, runtime, logic, integration) - Identify common error patterns and anti-patterns - Recognize framework-specific errors - Map errors to likely root causes ### Root Cause Analysis - Distinguish between symptoms and underlying issues - Follow error chains to original source - Identify environmental vs. code issues - Detect configuration and dependency problems ### Debugging Workflow Management - Structured investigation process - Hypothesis generation and testing - Iterative refinement of understanding - Documentation of findings and solutions ## The TRACE Framework TRACE is a systematic five-step approach to debugging any error: ### T - Trace the Error **Objective**: Capture complete error information and context 1. **Collect the full error message** - Complete stack trace (not just first few line