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.
Características Principales
01Idiomatic Rust Pattern Refactoring
02Lifetime Annotation and Reference Analysis
030 GitHub stars
04Automated Ownership and Borrowing Audit
05Comprehensive Error Handling Evaluation (Result/Option)
06Unsafe Code Safety Documentation Checks