check
SkillDev toolsLets your agent run Rust formatting, clippy lint checks, and unit tests after code changes.
Available today. Use it from your connected AI after setup.
No other account needed.
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:
cd crates && cargo fmt --all -- --check— if formatting fails, runcargo fmt --allto fix itcd crates && cargo clippy --locked --all-targets --all-features -- -D warnings— fix any warningscd crates && cargo test --lib— ensure all unit tests pass
Report a summary of what passed/failed.
Signals
- GitHub stars
- 7k
- Forks
- 486
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
check-katanemo- Source
- github.com/katanemo/plano