RE

review-rust-docs

This tool checks Rust crate documentation against guidelines and reports sections that require improvement.

Install

mkdir -p .claude/skills/review-rust-docs && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/6264" && unzip -o skill.zip -d .claude/skills/review-rust-docs && rm skill.zip

Installs to .claude/skills/review-rust-docs

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Review the documentation of a Rust crate to ensure it meets our requirements and standards. Use this when you have done changes to Rust code.
141 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Review documentation of a Rust crate or module
  • Identify non-conforming sections in Rust documentation
  • Provide explanations for non-conformance
  • Suggest improvements for Rust documentation
  • Review all Rust files in a specified directory

How it works

This skill reads the documentation of specified Rust files and checks them against `rust-docs-guidelines`. It then generates a report detailing any non-conforming locations.

Inputs & outputs

You give it
path to Rust crate, module, or file(s)
You get back
report of non-conforming documentation with explanations and suggestions

When to use review-rust-docs

  • Review Rust crate docs
  • Validate documentation standards
  • Audit source code comments

About this skill

Review Rust Docs

Read the documentation of a Rust crate or module to ensure it meets our requirements and standards.

Arguments

  • <path>: Path to the Rust crate or file whose documentation needs to be reviewed.
  • <path 1> <path 2>: Multiple crates/files to review

If the path doesn't include src/, assume it to be in the src/redisearch_rs directory. E.g. numeric_range_tree becomes src/redisearch_rs/numeric_range_tree. If the path points to a directory, review the documentation of all Rust files in that directory.

Instructions

Read the documentation of the specific Rust files and ensure they meet the guidelines outlined in rust-docs-guidelines.

Emit a report for all non-conforming locations you find, with an explanation of why they are non-conforming and a suggestion for improvement.

How it compares

This skill automates the process of checking Rust documentation against predefined guidelines, providing structured feedback instead of manual review.

Compared to similar skills

review-rust-docs side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
review-rust-docs (this skill)15moNo flagsBeginner
documenting-rust-code12moReviewBeginner
deepwiki-rs259moReviewIntermediate
code-review06moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry