
Rust Review
- 42 installs
- 8.4k repo stars
- Updated July 28, 2026
- cloudflare/workerd
rust-review is an agent skill for reviewing workerd Rust code with CXX FFI, unsafe, JSG, and error handling checklists.
About
The rust-review skill provides Rust code review guidance for Cloudflare workerd source under src/rust/. It covers CXX FFI safety, unsafe code patterns, JSG resource conventions, error handling, and a review checklist adapted from existing C++ review skills. Reviewers must always use the docs/reference/rust-review-checklist.md file when evaluating Rust changes rather than improvising criteria. The skill loads when reviewing Rust pull requests or diffs in the workerd repository where memory safety across the CXX boundary, JSG lifecycle rules, and workerd-specific error propagation matter. It complements C++ review skills by translating the same rigor to Rust modules that interface with the JavaScript runtime and V8 bindings. Use when a contributor submits Rust changes to workerd, when unsafe blocks need audit, or when FFI bindings between Rust and C++ require checklist-driven review before merge to production runtime code.
- Mandates docs/reference/rust-review-checklist.md for every Rust review.
- Covers CXX FFI safety and unsafe code pattern review.
- Applies JSG resource conventions specific to workerd Rust modules.
- Includes error handling review adapted from C++ review skills.
- Scoped to Rust code under workerd src/rust/ directory.
Rust Review by the numbers
- 42 all-time installs (skills.sh)
- Ranked #83 of 129 Rust skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
rust-review capabilities & compatibility
- Capabilities
- cxx ffi safety review guidance · unsafe code pattern checklist · jsg resource convention enforcement · error handling review criteria · mandatory rust review checklist.md reference
- Use cases
- code review
What rust-review says it does
Rust code review for workerd.
Load this skill when reviewing Rust code in src/rust/.
npx skills add https://github.com/cloudflare/workerd --skill rust-reviewAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 42 |
|---|---|
| repo stars | ★ 8.4k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 28, 2026 |
| Repository | cloudflare/workerd ↗ |
What checklist should I follow when reviewing Rust code in Cloudflare workerd?
Review Rust code in workerd for CXX FFI safety, unsafe patterns, JSG conventions, and error handling.
Who is it for?
Reviewers auditing Rust changes in cloudflare/workerd src/rust/ before merge.
Skip if: Skip for non-Rust languages, projects outside workerd, or implementing features instead of reviewing code.
When should I use this skill?
User reviews Rust code in workerd src/rust/ or asks for workerd Rust review checklist.
What you get
A checklist-driven review covering FFI safety, unsafe blocks, JSG conventions, and error handling.
Files
Always use the docs/reference/rust-review-checklist.md file when reviewing Rust code.
Related skills
FAQ
What does rust-review require reviewers to use?
The docs/reference/rust-review-checklist.md file for every Rust code review in workerd.
When should I use rust-review?
When reviewing Rust pull requests or diffs in Cloudflare workerd src/rust/ directory.
Is rust-review safe to install?
Review the Security Audits panel on this page before installing in production.