Rust Review banner
jay77721 jay77721

Rust Review

Code Quality community

Description

--- description: Comprehensive Rust code review for ownership, lifetimes, error handling, unsafe usage, and idiomatic patterns. Invokes the rust-reviewer agent. --- # Rust Code Review This command invokes the **rust-reviewer** agent for comprehensive Rust-specific code review. ## What This Command Does 1. **Verify Automated Checks**: Run `cargo check`, `cargo clippy -- -D warnings`, `cargo fmt --check`, and `cargo test` — stop if any fail 2. **Identify Rust Changes**: Find modified `.rs` fil

Installation

Installs to ~/.claude/skills/jay77721-my-claude-rust-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jay77721-my-claude-rust-review && curl -fsSL https://raw.githubusercontent.com/jay77721/my-claude/HEAD/commands/rust-review.md -o ~/.claude/skills/jay77721-my-claude-rust-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository