Agent Skills
› opensquilla/opensquilla
› stack-trace-generic-probe
stack-trace-generic-probe
GitHub为未知语言的堆栈跟踪提供通用故障合约检查、复现指导和补丁目标,辅助元堆栈调查流程。
触发场景
堆栈跟踪语言未知
需要语言中立的失败契约检查
安装
npx skills add opensquilla/opensquilla --skill stack-trace-generic-probe -g -y
SKILL.md
Frontmatter
{
"name": "stack-trace-generic-probe",
"provenance": {
"origin": "opensquilla-original",
"license": "Apache-2.0"
},
"description": "Internal helper for meta-stack-trace-investigator. Use when a stack trace language is unknown and the workflow needs language-neutral failure-contract checks, reproducer guidance, and patch targets.",
"description_zh": "meta-stack-trace-investigator的内部辅助工具。当堆栈跟踪的语言未知,且工作流需要语言中立的失败契约检查、复现指引和补丁目标时使用。",
"user-invocable": false,
"disable-model-invocation": true
}
Stack Trace Generic Probe
Return only:
LANGUAGE_PROBE: generic
CHECKS:
- <schema/contract check>
- <boundary check>
REPRODUCER:
- <minimal language-neutral reproduction shape>
PATCH_TARGETS:
- <defensive parsing / null handling / error propagation target>
VERIFY:
- <safe command or manual check>
Base every item on the parsed trace supplied by the caller. Do not invent files or dependencies that are not present in the request.
版本历史
- f662be3 当前 2026-07-31 11:49
- 7f72a32 2026-07-05 18:40


