professional-rust-review

Installation
SKILL.md

Professional Rust Review

Deep code surgery using a field guide extracted from ripgrep (46K LOC), clap (41K LOC), parsel (6K LOC), and ring_api (2.3K LOC). Not design patterns. The actual craft — line-by-line decisions that separate code that rots from code that lives.

When to Use

  • Reviewing Rust code for quality (any crate, any size)
  • Writing new Rust types, traits, or modules and want professional patterns
  • Auditing a crate for scaling problems before they compound
  • Reviewing or designing crate/module organization and structure
  • User says "review", "judge", "audit", "improve" about Rust code

References

File Contents When to load
references/professional-rust.md 47 principles on types, signatures, traits, errors, modules, macros, config, testing, performance, discipline Dispatching a code surgery worker — the worker reads it as rubric
references/codebase-organization.md Module layout, facade pattern, privacy ladder, dependency direction, std_ext mirroring, unsafe auditing, encapsulation progression Dispatching a structural review worker — the worker reads it as rubric
Related skills

More from cygnusfear/agent-skills

Installs
12
First Seen
Feb 27, 2026