rust-review

Solid

Rust code audit: unsafe blocks, ownership patterns, and Cargo dependency security scanning

Code & Development 294 stars 26 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
82
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Table of Contents - [Quick Start](#quick-start) - [When to Use](#when-to-use) - [Required TodoWrite Items](#required-todowrite-items) - [Progressive Loading](#progressive-loading) - [Core Workflow](#core-workflow) - [Rust Quality Checklist](#rust-quality-checklist) - [Safety](#safety) - [Correctness](#correctness) - [Performance](#performance) - [Idioms](#idioms) - [Output Format](#output-format) - [Summary](#summary) - [Ownership Analysis](#ownership-analysis) - [Error Handling](#error-handling) - [Concurrency](#concurrency) - [Unsafe Audit](#unsafe-audit) - [[U1] file:line](#[u1]-file:line) - [Dependencies](#dependencies) - [Recommendation](#recommendation) - [Exit Criteria](#exit-criteria) # Rust Review Workflow Expert-level Rust code audits with focus on safety, correctness, and idiomatic patterns. ## Quick Start ```bash /rust-review ``` **Verification:** Run the command with `--help` flag to verify availability. ## When To Use - Reviewing Rust code changes - Auditing unsafe blocks - Analyzing concurrency patterns - Dependency security review - Performance optimization review ## When NOT To Use - General code review without Rust - use unified-review - Performance profiling - use parseltongue:python-performance pattern ## Required TodoWrite Items 1. `rust-review:ownership-analysis` 2. `rust-review:error-handling` 3. `rust-review:concurrency` 4. `rust-review:unsafe-audit` 5. `rust-review:cargo-deps` 6. `rust-review:evidence-log` ## Progressive Loading Load ...

Details

Author
athola
Repository
athola/claude-night-market
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category