debug-stacktrace

General

96 downloads · by community

Trace a runtime error to its root cause and propose a minimal fix

Install

npx @claudeskill/cli install debug-stacktrace

What this skill does

Takes a stack trace and the surrounding source, locates the root cause, and proposes a minimal patch. Distinguishes between configuration, environment, and code defects, and explains what each frame in the trace contributed. Works for Node, Bun, Deno, Python, and browser stacks.

Use cases

  • Triaging a production error from logs
  • Turning a flaky test failure into a real fix
  • Understanding what a third-party library is doing
  • Teaching juniors how to read a stack trace