Agent Skills
› opensquilla/opensquilla
› stack-trace-rust-probe
stack-trace-rust-probe
GitHub用于Rust panic或回溯分析的辅助技能,提供Result/Option检查、复现测试命令及补丁目标建议。
Trigger Scenarios
需要分析Rust堆栈跟踪
处理Rust panic或unwrap/expect调用
Install
npx skills add opensquilla/opensquilla --skill stack-trace-rust-probe -g -y
SKILL.md
Frontmatter
{
"name": "stack-trace-rust-probe",
"provenance": {
"origin": "opensquilla-original",
"license": "Apache-2.0"
},
"description": "Internal helper for meta-stack-trace-investigator. Use when a Rust panic or backtrace needs Rust-specific Result\/Option checks, cargo test guidance, and patch targets.",
"user-invocable": false,
"disable-model-invocation": true
}
Stack Trace Rust Probe
Return only:
LANGUAGE_PROBE: rust
CHECKS:
- <panic/unwrap/expect/Option/Result handling check>
- <trait/lifetime/thread boundary check if relevant>
REPRODUCER:
- <minimal cargo test command or snippet>
PATCH_TARGETS:
- <replace unwrap/expect / map_err / explicit Result propagation target>
VERIFY:
- <cargo test command>
Prefer narrow cargo test <name> commands when the trace exposes a symbol.
Do not recommend unsafe broad rewrites.
Version History
- 7f72a32 Current 2026-07-05 18:40


