dev_lint_check

Community

Automate Rust linting and formatting checks.

Authormaisonnat
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Static analysis helps developers catch code quality issues, warnings, and formatting problems before runtime. This Skill enables automated static analysis of Rust projects using Clippy and rustfmt to detect warnings, formatting issues, and documentation gaps before code is merged.

Core Features & Use Cases

  • Clippy Analysis: cargo clippy --workspace -- -D warnings
  • Format Check: cargo fmt --check
  • Documentation Check (Optional): cargo doc --workspace --no-deps

Quick Start

Run cargo clippy --workspace -- -D warnings and cargo fmt --check to verify code quality before committing.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: dev_lint_check
Download link: https://github.com/maisonnat/axur-tool/archive/main.zip#dev-lint-check

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.