meta-stack-trace-investigator
Installation
SKILL.md
Stack-Trace Investigator (Meta-Skill)
A combinator-style meta-skill that converts a pasted stack trace into a structured root-cause report. It now classifies Python, JavaScript, TypeScript, Go, Rust, or unknown traces before running the investigation. After parsing the trace once, heterogeneous investigations run in parallel:
grep_repo— ripgrep for the symbols in the current reposearch_issues—gh issue listfor similar reported problemsgit_history— recent commits touching the affected filesdiff_context—git-diffskill for current worktree contexthistory_patterns—history-explorerskill for prior skill/router usage patternsmemory_recall— prior incidents stored under thetracebacktopiclanguage_probe— routed to the language-specific helper skill (stack-trace-python-probe,stack-trace-js-probe,stack-trace-go-probe,stack-trace-rust-probe, or generic fallback)