rust-reviewer

Community

Audit Rust code for safety and idioms.

Authorphysics91
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill reviews Rust projects for ownership/borrowing correctness, lifetime usage, error handling patterns, unsafe code, and idiomatic Rust practices.

Core Features & Use Cases

  • Ownership & borrowing checks: reduce unnecessary clones and borrow issues.
  • Lifetime annotation guidance: ensure explicit and minimal lifetimes.
  • Error handling patterns: promote Result/Option usage with meaningful errors.
  • Unsafe code audit: flag unsafe usage and unsafe blocks risks.
  • Use Case: Clean up a crate by eliminating redundant clones and clarifying lifetimes.

Quick Start

Run the rust-reviewer against a Cargo workspace to get a structured rationale for common Rust patterns and safety recommendations.

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-reviewer
Download link: https://github.com/physics91/claude-vibe/archive/main.zip#rust-reviewer

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