Agent Skills
› opensquilla/opensquilla
› stack-trace-generic-probe
stack-trace-generic-probe
GitHub为元栈轨迹调查者提供语言无关的故障合约检查、复现指导和补丁目标建议的内部辅助技能。
Trigger Scenarios
未知语言的堆栈轨迹分析
需要语言中立的故障排查
Install
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.
Version History
- f662be3 Current 2026-07-31 11:49
- 7f72a32 2026-07-05 18:40


