CtrlK
BlogDocsLog inGet started
Tessl Logo

stack-trace-rust-probe

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.

70

Quality

86%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

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.

Repository
TokenRhythm/opensquilla
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.