plugins/rust-dev/skills/reviewing-rust/SKILL.md
Provides concise, focused Rust code reviews matching exact task complexity requirements. Use when reviewing Rust code quality, safety, or when the user asks for code review.
npx skillsauth add qte77/claude-code-plugins reviewing-rustInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
git diff --name-only HEAD~1 2>/dev/null || echo "No recent commits"git diff --staged --name-onlyScope: $ARGUMENTS
Delivers focused, streamlined Rust code reviews matching stated task requirements exactly. No over-analysis.
See references/rust-best-practices.md for comprehensive Rust guidelines.
Simple Tasks (single module): Safety, error handling, requirements match, basic quality
Complex Tasks (multi-module): Above plus architecture, ownership patterns, async correctness, comprehensive testing
Always: Use existing project patterns, check for unsafe blocks
Safety & Security:
unsafe blocks (every block has // SAFETY: comment)unwrap()/expect() in production pathscargo audit clean (no known CVEs)Requirements Match:
Code Quality:
src/? and typed errorsStructural Health:
pub(crate) used for crate-internal typesSimple Tasks: CRITICAL issues only, clear approval when requirements met Complex Tasks: CRITICAL/WARNINGS/SUGGESTIONS with specific fixes All reviews: Concise, streamlined, no unnecessary complexity analysis
documentation
Generate or update README.md files across three scopes — repo (with project-type detection), account (GitHub user profile), and org (organization profile). Use when creating, updating, or aligning a README to org conventions.
development
Audit README.md files against best practices for repos, accounts, or orgs. Detects missing sections, stale links, inconsistent formatting, and convention violations. Use when reviewing README quality across one or many repos.
development
Analyzes industry websites for design patterns, layout, typography, and content strategies using first-principles thinking. Use when researching website design, UI patterns, or competitive design analysis.
development
Audits website usability for UX optimization, covering forms, navigation, validation, and microcopy. Use when reviewing user experience, task completion flows, or interface friction points.