What problem does it solve?
This Skill prevents incomplete or speculative Rust crate reviews by requiring a full file-by-file audit, test execution, duplicate checking, and evidence-backed issue reporting.
Core Features & Use Cases
- Complete Crate Review: Enumerates and reads every file in one Rust crate instead of sampling selected source files.
- Verification and Issue Tracking: Runs the crate's tests, checks the canonical issue file, and records only new findings with severity, category, exact file and line references, and fix direction.
- Use Case: Ask it to audit a specific crate before release to identify correctness bugs, panic risks, validation gaps, race conditions, data corruption risks, and meaningful coverage gaps.
Quick Start
Use the review-crate skill to perform a complete evidence-backed audit of the Rust crate at the specified path.