Skip to content

torifo/skills-error-trace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

English | 日本語


English

skills-error-trace

Systematically analyzes stack traces to extract root cause

A Claude Code skill that walks stack frames bottom-up, distinguishes user code from library code, and proposes one hypothesis at a time.

Install

git clone https://github.com/torifo/skills-error-trace /tmp/skills-error-trace
cp -r /tmp/skills-error-trace/error-trace ~/.claude/skills/

Usage

Use when a test or runtime error has a stack trace.

What it does:

  1. Reads the full stack trace
  2. Walks frames bottom-up — finds where user code meets the failure
  3. Distinguishes user code from library/framework code
  4. Forms one hypothesis about the root cause
  5. Proposes a minimal targeted fix, not a broad rewrite

日本語

skills-error-trace

スタックトレースを体系的に分析して根本原因を特定する

Claude Code のスキル。スタックフレームをボトムアップで辿り、ユーザーコードとライブラリコードを区別し、一度に一つの仮説を提示します。

インストール

git clone https://github.com/torifo/skills-error-trace /tmp/skills-error-trace
cp -r /tmp/skills-error-trace/error-trace ~/.claude/skills/

使い方

テストやランタイムエラーにスタックトレースがある場合に使います。

動作:

  1. スタックトレース全体を読む
  2. フレームをボトムアップで辿り、ユーザーコードが失敗に関わる箇所を見つける
  3. ユーザーコードとライブラリ/フレームワークコードを区別する
  4. 根本原因について一つの仮説を立てる
  5. 広範な書き直しではなく最小限のピンポイント修正を提案する

About

Claude Code skill: systematically analyzes stack traces to extract root cause / スタックトレースを体系的に分析して根本原因を特定する

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors