How this skill is triggered — by the user, by Claude, or both
Slash command
/rust-dev:lintThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run lint checks and fix any issues found.
Run lint checks and fix any issues found.
justfile exists in the repository root directoryjustfile exists, run just lintmake lintgit add, git commit, etc.)npx claudepluginhub drmingdrmer/xp-claude-skills --plugin rust-devAuto-detects project linter from config files (Taskfile.yml, Makefile, go.mod, package.json, pyproject.toml, Cargo.toml) and runs it with auto-fix attempts on failure. Reports pass/fail.
Detects linter (Biome, ESLint, Deno lint) and formatter (Prettier), runs with auto-fix on target path or codebase, reports fixed and remaining issues. Use before commits, after AI code gen, or CI lint failures.