review-docs-claims

Review Markdown documentation for truthfulness, prose quality, and RFC leakage.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill aids in maintaining the integrity of user-facing documentation, CLI reference text, examples, and scaffolds by reviewing for truthfulness, prose quality, and RFC leakage.

Core Features & Use Cases

  • Documentation Review: Validate the accuracy of user-facing documentation and CLI reference text.
  • RFC Leakage Analysis: Check for references to RFCs (Request for Comments) that may not be explicitly documented.
  • Markdown Quality: Assess the readability and quality of Markdown prose.
  • Use Case: When preparing for a release, this Skill can be used to ensure that all user-facing documentation reflects the current state of the implementation.

Quick Start

Run the review-docs-claims skill to review the documentation in the 'docs-site' directory.

Frequently Asked Questions about review-docs-claims

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

FAQPage Schema
How do I check documentation truthfulness before a software release?

To check documentation truthfulness before a release, you review user-facing Markdown files against the current implementation state to validate accuracy, prose quality, and identify any RFC leakage.

What is RFC leakage in technical documentation?

RFC leakage in technical documentation refers to references to Request for Comments documents that are not explicitly documented or intended for users. Analyzing Markdown files helps detect these unintended references.

How do I validate CLI reference text against implementation details?

You validate CLI reference text by running a documentation review workflow that compares user-facing Markdown prose against the actual implementation details to ensure accuracy and readability.

Can I assess Markdown prose quality and readability automatically?

Yes, you can assess Markdown prose quality by running documentation verification workflows that analyze Markdown files to evaluate readability and ensure the text meets quality standards.

Does this documentation review process work with any Markdown directory?

Yes, the documentation review process works with any Markdown directory, such as a 'docs-site' folder, by analyzing the contained files for truthfulness and prose quality without requiring external dependencies.

When should I run a documentation integrity check?

You should run a documentation integrity check when preparing for a release to ensure all user-facing documentation, CLI reference text, and examples accurately reflect the current state of the implementation.