srobroek

rust-quality

Use to run Rust format, lint, and test checks with the project toolchain.

srobroek 1 Updated 1w ago
GitHub

Install

npx skillscat add srobroek/omp-plugins/rust-quality

Install via the SkillsCat registry.

SKILL.md

Rust Quality

Use the rust_quality tool (mode: "check" | "fix", optional path). Check runs cargo fmt --check, cargo clippy --all-targets --all-features -- -D warnings, then cargo test. Fix runs cargo fmt only. Missing cargo is skipped.

Read failures as the project's actual toolchain output; do not invent extra linters.

Categories