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.",
"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
- 7f72a32 Current 2026-07-05 18:40


