跳到主要内容
知仓学习社ZHICANG

meta-stack-trace-investigator

Use this meta-skill instead of answering directly when the user gives a stack trace, traceback, runtime error, or failing log that benefits from mul…

不碰外部(只输出文字)无严重或高危命中TokenRhythm/opensquilla

它会碰到什么

扫了多少1 个文本文件,27 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

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:

  1. grep_repo — ripgrep for the symbols in the current repo
  2. search_issuesgh issue list for similar reported problems
  3. git_history — recent commits touching the affected files
  4. diff_contextgit-diff skill for current worktree context
  5. history_patternshistory-explorer skill for prior skill/router

usage patterns

  1. memory_recall — prior incidents stored under the traceback topic
  2. language_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)

The root_cause and repro_suggestion steps fan the signals into a

hypothesis, concrete fix targets, and verification commands. The final summary

labels degraded evidence sources explicitly before persisting the incident.

Trigger surface

Fire by saying investigate stack trace or one of the localized triggers

listed in the frontmatter, with the traceback pasted into the same turn.

Fallback

If any leaf step fails, the orchestrator surfaces partial outputs in

step_outputs. Operator should manually run rg <symbols>,

gh issue list --search, git log, and memory search and

synthesize the report by hand.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 7,018
本站分层T1
该仓技能数68
原文件路径src/opensquilla/skills/exp/meta-stack-trace-investigator/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 68 个技能