error-analysis

Analyze and resolve errors in: $ARGUMENTS

Content Preview
---
model: claude-sonnet-4-0
---

# Error Analysis and Resolution

Analyze and resolve errors in: $ARGUMENTS

Perform comprehensive error analysis:

1. **Error Pattern Analysis**:
   - Categorize error types
   - Identify root causes
   - Trace error propagation
   - Analyze error frequency
   - Correlate with system events

2. **Debugging Strategy**:
   - Stack trace analysis
   - Variable state inspection
   - Execution flow tracing
   - Memory dump analysis
   - Race condition detection

3. *
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/error-analysis.md \
  https://raw.githubusercontent.com/wshobson/commands/main/tools/error-analysis.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/wshobson/commands

Then reference at tools/error-analysis.md

Related Skills