Run Clippy to check for common mistakes and improvements:
cargo clippy
For stricter checking (deny all warnings):
cargo clippy -- -D warnings
To fix automatically fixable issues:
cargo clippy --fix
Analyze any lint warnings or errors and suggest fixes.
1---2name: cargo-clippy3description: Cargo Clippy4---5# /cargo-clippy67Run Clippy linter on the Rust project.89## Instructions1011Run Clippy to check for common mistakes and improvements:1213```bash14cargo clippy15```1617For stricter checking (deny all warnings):1819```bash20cargo clippy -- -D warnings21```2223To fix automatically fixable issues:2425```bash26cargo clippy --fix27```2829Analyze any lint warnings or errors and suggest fixes.
Run npx skillmds@latest add rootwarp/cargo-clippy in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Cargo Clippy It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
rootwarp (@rootwarp) published this skill. Their other Agent Skills are listed on their SkillMD profile.