Run Rust fmt, clippy, and unit tests. Use after making Rust code changes.
80
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Run all local checks in order:
cd crates && cargo fmt --all -- --check — if formatting fails, run cargo fmt --all to fix itcd crates && cargo clippy --locked --all-targets --all-features -- -D warnings — fix any warningscd crates && cargo test --lib — ensure all unit tests passReport a summary of what passed/failed.
d23e276
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.