stack-trace-decoder
Installation
SKILL.md
Stack Trace Decoder
Parse, understand, and extract actionable insights from stack traces.
When to Use
- Understanding where an error originated
- Decoding minified/obfuscated traces
- Identifying the call chain leading to failure
- Comparing stack traces across incidents
- Explaining traces to team members
Stack Trace Anatomy
JavaScript/Node.js
Error: Cannot read properties of undefined (reading 'map')
at processItems (/app/src/services/processor.js:45:12)
Related skills