rustfeed-quality

Community

Rust code quality checks before commits.

Authorereferen
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates Rust project quality checks to ensure formatting, linting, tests, and documentation are maintained automatically, reducing CI failures and review time.

Core Features & Use Cases

  • Format validation: run cargo fmt --check to ensure code is formatted according to Rust standards.
  • Lint validation: run cargo clippy --all-targets --all-features -- -D warnings to catch common mistakes and best-practice issues.
  • Test & docs validation: run cargo test and cargo doc --no-deps to verify tests pass and documentation builds cleanly.
  • Use Case: before merging a PR, run rustfeed-quality to lock in code quality and prevent regressions.

Quick Start

Run the rustfeed-quality skill on your Rust project to verify formatting, linting, tests, and docs.

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: rustfeed-quality
Download link: https://github.com/ereferen/rustfeed/archive/main.zip#rustfeed-quality

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.