rust-review

$npx mdskill add cloudflare/workerd/rust-review

Reviews Rust code in workerd for safety and conventions, using a checklist for src/rust/.

  • Helps ensure code safety and adherence to conventions in Rust projects.
  • Integrates with a checklist file for structured guidance during reviews.
  • Follows a predefined checklist to evaluate code against specific criteria.
  • Delivers results by referencing the checklist file for actionable feedback.
SKILL.md
.github/skills/rust-reviewView on GitHub ↗
---
name: rust-review
description: Rust code review for workerd. Covers CXX FFI safety, unsafe code patterns, JSG resource conventions, error handling, and a review checklist adapted from the C++ review skills. Load this skill when reviewing Rust code in src/rust/.
---

**Always** use the `docs/reference/rust-review-checklist.md` file when reviewing Rust code.
More from cloudflare/workerd