documentation-reviewer

Review Rust and Python API documentation for completeness and accuracy.

1|Updated Jul 2, 2025
One-click install
npx skills add https://github.com/jeickmeier/rfin --skill documentation-reviewer-jeickmeier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-reviewer
Source: https://github.com/jeickmeier/rfin/tree/main/.cursor/skills/documentation-reviewer
Command: npx skills add https://github.com/jeickmeier/rfin --skill documentation-reviewer-jeickmeier

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill addresses the critical need for high-quality, comprehensive documentation for software APIs, ensuring clarity, usability, and maintainability.

Core Features & Use Cases

  • Documentation Auditing: Reviews public APIs for completeness, checking for descriptions, arguments, return types, examples, and academic references.
  • Quality Improvement: Identifies and suggests fixes for missing or incomplete documentation.
  • Use Case: When reviewing a new Rust library, use this Skill to ensure all public functions and structs have clear doc comments, proper argument and return type descriptions, and illustrative examples, especially for financial or mathematical implementations.

Quick Start

Use the documentation reviewer skill to check the documentation quality of the finstack_core crate.

Frequently Asked Questions about documentation-reviewer

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

FAQPage Schema
How do I review API documentation completeness for Python and Rust codebases?

To review API documentation completeness, you can audit public functions and structs for descriptions, arguments, return types, usage examples, and academic references. This ensures clarity and usability across Rust and Python codebases.

Can I check for missing academic references in financial and mathematical API docs?

Yes, you can check for missing academic references in financial and mathematical API docs. The review process identifies incomplete documentation and suggests fixes to ensure proper academic citations are present.

What is the best way to improve API discoverability for a Rust library?

The best way to improve API discoverability is by auditing public APIs to ensure all functions and structs have clear doc comments, proper argument descriptions, and illustrative examples. This enhances the overall developer experience.

How do I audit public API functions for missing arguments and return types?

You audit public API functions by reviewing them against documentation standards, checking for the presence and completeness of arguments, return types, and usage examples. It then facilitates improvement by identifying gaps.

Does the documentation review process work for both Rust and Python?

Yes, the documentation review process works for both Rust and Python. It reviews and enhances documentation for public APIs across both codebases, ensuring quality and completeness regardless of the language.