review-rust-prose

Review Rust prose comments and rustdoc accuracy with slice reports.

92|7|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/encero-systems/incan --skill review-rust-prose-encero-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-rust-prose
Source: https://github.com/encero-systems/incan/tree/main/.agents/skills/review-rust-prose
Command: npx skills add https://github.com/encero-systems/incan --skill review-rust-prose-encero-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The review-rust-prose Skill unit provides automated code review of Rust code to improve prose-comment quality, rustdoc accuracy, and manual comment wrapping.

Core Features & Use Cases

  • Prose and Rustdoc Quality Checks: Inspects prose comments for quality, rustdoc accuracy, and properly wrapped comments.
  • Slice Report Generation: Writes a report outlining the findings for a specified slice of code, highlighting issues and clean surfaces.
  • Use Case: This skill can be utilized when performing a dedicated prose/rustdoc pass on Rust codebase slices or for when a specific comment-quality review is requested.

Quick Start

Run the review-rust-prose skill on your Rust project by executing the command: incan /review-rust-prose.

Frequently Asked Questions about review-rust-prose

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Rust code review for prose and rustdoc quality?

To automate Rust code review for prose and rustdoc quality, you can run a dedicated inspection skill that scans your codebase slices to check comment wrapping, rustdoc accuracy, and prose readability, generating a detailed slice report of the findings.

What does a rustdoc accuracy and prose quality check inspect in Rust files?

A rustdoc accuracy and prose quality check inspects Rust code files to evaluate manually chopped comment wrapping, verify rustdoc accuracy, and assess prose readability, outputting a slice report that highlights both issues and clean surfaces.

Can I review a specific slice of a Rust codebase for comment wrapping issues?

Yes, you can review a specific slice of a Rust codebase for comment wrapping issues by running an automated prose inspection that targets the specified code slice and writes a report outlining any manually chopped comment problems found.

Does automated Rust prose review require external dependencies or components?

Automated Rust prose review does not require external dependencies or components, as the inspection runs locally to analyze rustdoc accuracy and comment wrapping, directly generating a slice report without needing additional setup.

When should I run an automated rustdoc pass on my Rust code?

You should run an automated rustdoc pass on your Rust code when performing a dedicated prose and rustdoc accuracy review or when a specific comment-quality review is requested, ensuring manually chopped comment wrapping meets quality standards.