Fix all clippy lint warnings in the project
73
Quality
60%
Does it follow best practices?
Impact
93%
1.34xAverage score across 3 eval scenarios
Optimize this skill with Tessl
npx tessl skill review --optimize ./.claude/skills/fix-clippy/SKILL.mdClippy issues are warnings, not errors. Never grep for error when looking for clippy issues.
Run make fix to automatically fix clippy warnings:
make fixCheck for remaining warnings that couldn't be auto-fixed:
cargo clippy --tests 2>&1 | grep "^warning:" | sort -uFor each remaining warning, find the exact location and fix it manually.
e86f4fb
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.