Acerca de
The Rust Reviewer skill provides a specialized diagnostic layer for Claude Code, enabling it to perform expert-level code reviews on Rust repositories. It automatically detects project structures via Cargo.toml and analyzes critical Rust-specific concepts including ownership/borrowing mechanics, lifetime annotations, error handling via Result/Option, and unsafe code invariants. By evaluating code against the 2021 edition standards and idiomatic patterns, it provides actionable feedback to prevent runtime panics, resolve borrow checker issues, and ensure high-performance, safe code execution.