check

SkillDev tools

Lets your agent run Rust formatting, clippy lint checks, and unit tests after code changes.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the check skill

About this capability

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

What this skill tells your AI

The instructions your AI receives, as published by katanemo/plano in .claude/skills/check/SKILL.md and read by ahel’s review.

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.

Signals

GitHub stars
7k
Forks
484
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
check-katanemo
Source
github.com/katanemo/plano