decode-stacktrace

Community

Debug code with AI-powered insights.

Authortylerbutler
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps developers quickly pinpoint the root cause of errors by analyzing stack traces and correlating them with code history.

Core Features & Use Cases

  • Automated Stack Trace Parsing: Extracts key information like function names, file paths, and line numbers from various JavaScript, TypeScript, and Node.js stack traces.
  • Source Code Contextualization: Maps minified or build output paths back to original source files for accurate analysis.
  • Git History Analysis: Leverages git blame and git log to identify recent changes, suspect commits, and associated pull requests.
  • Culprit Identification: Scores commits and PRs based on recency, proximity to the error, and scope to determine the most likely cause of the bug.
  • Rollback Recommendations: Suggests specific Git commands for reverting problematic changes.
  • Use Case: When a production Node.js server crashes with a cryptic stack trace, this Skill can analyze it, identify the faulty commit and PR, and suggest how to revert the change.

Quick Start

Analyze the provided stack trace to find the most likely cause and suggest a fix.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: decode-stacktrace
Download link: https://github.com/tylerbutler/repo-overlays/archive/main.zip#decode-stacktrace

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.