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.mdSkill 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/commandsThen reference at tools/error-analysis.md
Related Skills
all-tools
Display All Available Development Tools
commandsalltools
by qdhenry · claude-command-suite
all_tools
List all available tools detailed in your system prompt. Display them in bullet points. Display them in typescript function signature format and suffix the purpose of the tool. Double line break between each tool for readability.
commandsalltools
by disler · disler-hooks-mastery
ai-native-cli
Design spec with 98 rules for building CLI tools that AI agents can safely use. Covers structured JSON output, error handling, input contracts, safety guardrails, exit codes, and agent self-description.
data-aiainativecli
by sickn33 (Antigravity) · antigravity-awesome-skills
golang-pro
Implements concurrent Go patterns using goroutines and channels, designs and builds microservices with gRPC or REST, optimizes Go application performance with pprof, and enforces idiomatic Go with generics, interfaces, and robust error handling. Use when building Go applications requiring concurrent programming, microservices architecture, or high-performance systems. Invoke for goroutines, channels, Go generics, gRPC integration, CLI tools, benchmarks, or table-driven testing.
golang-progolangprogo
by Jeffallan · jeffallan-claude-skills