check

star 6.6k

Run Rust fmt, clippy, and unit tests. Use after making Rust code changes.

katanemo By katanemo schedule Updated 3/13/2026

name: check description: Run Rust fmt, clippy, and unit tests. Use after making Rust code changes.

Run all local checks in order:

  1. cd crates && cargo fmt --all -- --check — if formatting fails, run cargo fmt --all to fix it
  2. cd crates && cargo clippy --locked --all-targets --all-features -- -D warnings — fix any warnings
  3. cd crates && cargo test --lib — ensure all unit tests pass

Report a summary of what passed/failed.

Install via CLI
npx skills add https://github.com/katanemo/plano --skill check
Repository Details
star Stars 6,594
call_split Forks 432
navigation Branch main
article Path SKILL.md
More from Creator