Rust Pragmatist

Community

Pragmatic Rust reviews after edits.

Authorccustine
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps Rust teams maintain high-quality code by automatically reviewing edits to .rs files and providing pragmatic feedback on idiomatic usage, performance, safety, and code organization.

Core Features & Use Cases

  • Automated Rust Review on edits: Analyzes changed Rust source files for common idioms, performance concerns, and safety pitfalls.
  • Actionable Checklists: Outputs a concise, prioritized list of concrete refactors and improvements.
  • Educational Guidance: References the Pragmatic Rust Guidelines to help developers learn best practices during the review.
  • Use Case: Before submitting a PR, run this Skill to surface improvements that would otherwise be missed in manual review.

Quick Start

Run the Rust Pragmatist skill after editing one or more .rs files to generate a pragmatic improvement checklist.

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: Rust Pragmatist
Download link: https://github.com/ccustine/airjedi-desktop/archive/main.zip#rust-pragmatist

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