What problem does it solve?
It helps you catch subtle Rust issues in design, safety, and language-specific footguns that compilers and linters often miss, so you can ship changes with confidence.
Core Features & Use Cases
- Diff-focused Rust review: Reviews the current branch against main by default, or targets a specific path, PR number, or git range.
- Specialist routing by change type: Automatically routes hunks to rust-async, rust-unsafe, rust-wasm, rust-ffi, or rust-backend subagents based on what changed.
- Actionable severity findings: Produces severity-labeled findings with file:line references, without posting external comments.
- Use cases: soundness audits, idiomatic design critique, type/API evaluation, and expert guidance on changed Rust code.
Quick Start
Ask for a review by saying: Review my Rust changes from PR 123 for idiomatic design, safety, and Rust-specific footguns, and report severity-labeled findings with file and line references.