check-impl
SkillDev toolsImplementation verification - runs format, lint, test, and build checks on the workspace.
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-impl skill
What this skill tells your AI
The instructions your AI receives, as published by nwiizo/ccswarm in .agents/skills/check-impl/SKILL.md and read by ahel’s review.
Run implementation checks on the ccswarm workspace:
# 1. Format check
cargo fmt --all --check
# 2. Lint check
cargo clippy --workspace -- -D warnings
# 3. Tests
cargo test --workspace
# 4. Build verification
cargo build --workspace
Note: ccswarm uses Rust 2024 Edition. std::env::set_var requires unsafe, pattern matching has implicit borrowing.
Report results as JSON: { format, clippy: { warnings, errors }, test: { passed, failed, ignored }, build, overall }.
Signals
- GitHub stars
- 151
- Forks
- 15
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
check-impl- Source
- github.com/nwiizo/ccswarm