CtrlK
BlogDocsLog inGet started
Tessl Logo

check

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

80

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

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.

Repository
katanemo/plano
Last updated
First committed

Is this your skill?

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.