概要
This skill equips Claude with a structured methodology for troubleshooting Rust applications, specifically optimized for the Miyabi framework. It guides the AI through a prioritized error classification system—ranging from borrow checker issues to logic bugs—and provides specialized commands for deep-dive analysis using tools like cargo check, rust-lldb, and miri. By following these industry-standard patterns, developers can quickly move from opaque error messages to actionable code fixes and robust preventative testing.