Rust Error Observability
Use when adding, changing, debugging, or reviewing Rust service error handling and observability, especially when separating domain errors from HTTP responses, adding thiserror/anyhow, implementing ResponseError or IntoResponse, adding tracing spans, redacting secrets, or diagnosing async failures.
Rustv0.1.0MITrusterror-handlingobservabilitytracingbackend
Install
npx skills add LVTD-LLC/skills --skill rust-error-observabilityFrom `SKILL.md`
Use this skill to make Rust service failures understandable to operators while keeping user-facing responses safe. Treat error handling and telemetry as one design surface.