Rust Idioms Reviewer

Community

Write idiomatic Rust, effortlessly.

Authorsuho
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Mastering Rust's unique idioms, error handling, and memory safety patterns can be challenging, leading to non-idiomatic or unsafe code. This skill acts as an automated Rust expert, reviewing your code for best practices and ensuring it's robust, performant, and aligned with the Rust ecosystem, freeing you from manual style guides.

Core Features & Use Cases

  • Idiomatic Pattern Enforcement: Guides on using Result with ?, pattern matching, and iterator methods.
  • Robust Error Handling: Ensures proper error propagation and custom error types, avoiding unwrap() in library code.
  • Memory Safety & Performance: Checks for correct ownership, borrowing, and efficient data structures to prevent common pitfalls.
  • Use Case: When you submit a pull request with new Rust backend code, this skill automatically reviews it, pointing out where unwrap() could be replaced with ?, suggesting iterator methods over manual loops, and ensuring proper lifetime annotations, making your code review process faster and more effective.

Quick Start

This skill is automatically invoked by Claude Code

when you are writing or reviewing Rust code.

No direct quick start command is needed.

Focus on your code, and the AI will provide guidance.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Rust Idioms Reviewer
Download link: https://github.com/suho/tillers/archive/main.zip#rust-idioms-reviewer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository