review-rust-prose

Review touched Rust files for prose-comment quality and rustdoc accuracy.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review touched Rust files for prose-comment quality, rustdoc accuracy, and manually chopped comment wrapping to ensure documentation remains clear and trustworthy.

Core Features & Use Cases

  • Prose-quality checks for rustdoc blocks and prose comments to enforce consistency.
  • Rustdoc accuracy review to align documentation with current behavior and code.
  • Slice-scoped reporting that focuses on touched .rs files and generates a dedicated review slice artifact.

Quick Start

Scan touched Rust files to surface prose-comment quality issues and rustdoc discrepancies, producing a slice report.

Frequently Asked Questions about review-rust-prose

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

FAQPage Schema
How do I review Rust prose comments and rustdoc accuracy in touched files?

Review Rust prose comments by scanning touched .rs files to surface prose-quality issues, rustdoc discrepancies, and manually chopped comment wrapping, generating a dedicated slice report artifact.

What is rustdoc accuracy review and when do I need it for Rust code changes?

Rustdoc accuracy review aligns documentation blocks with current code behavior. You need it during PRs, reviews, or audits when code changes touch Rust source files and comments.

How do I check Rust documentation quality for manually chopped comment wrapping?

Check Rust documentation quality by scanning touched .rs files for manually chopped comment wrapping and prose inconsistencies, producing a review slice artifact at .agents/state/review-report.rust-prose.md.

Can I review rustdoc quality across my entire Rust project or only changed files?

Rustdoc quality review is slice-scoped and limited to assigned touched .rs files. It focuses analysis on files changed during reviews, PRs, or audits rather than the entire project.

What's the best way to enforce prose consistency in Rust rustdoc blocks during code reviews?

Enforce prose consistency by running a dedicated review on touched .rs files that checks rustdoc block quality and prose comments, then outputs a focused slice report for review tracking.

Where does the Rust prose review report get saved after scanning touched files?

The Rust prose review report is saved at .agents/state/review-report.rust-prose.md. This dedicated slice artifact captures prose-comment quality issues and rustdoc discrepancies from touched .rs files.