review-docs-claims

Identify factual and stylistic issues in Markdown docs and CLI references.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review user-facing docs, CLI reference text, and examples to ensure truthfulness, prose quality, and RFC leakage are minimized.

Core Features & Use Cases

  • Docs truth-check: identifies inaccuracies and misrepresentations in user-facing docs and CLI references.
  • Prose quality review: flags grammar, tone, and consistency issues across Markdown docs.
  • RFC leakage detection: highlights references to internal RFCs or design decisions not captured in inventories.

Quick Start

Review the touched docs and scaffolds to surface truthfulness and prose quality.

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 markdown documentation for factual inaccuracies against my codebase?

To check markdown documentation for factual inaccuracies, apply a review pass to touched docs and CLI surfaces that flags misrepresentations and verifies truthfulness against the current codebase. This surfaces factual issues in user-facing references.

What is RFC leakage in documentation and how do I detect it?

RFC leakage in documentation occurs when internal RFCs or design decisions are referenced in user-facing docs without being captured in inventories. Detect it by reviewing markdown docs to highlight these unauthorized internal references.

How do I review prose quality and tone across markdown docs?

Review prose quality and tone across markdown docs by applying a consistency check that flags grammar issues, tonal shifts, and stylistic inconsistencies. This ensures uniform prose quality throughout user-facing documentation.

Can I audit CLI reference text for truthfulness and misrepresentations?

Yes, you can audit CLI reference text for truthfulness by running a review pass on CLI surfaces that identifies inaccuracies and misrepresentations. This verifies that CLI references match the current codebase.

What is the best way to audit touched markdown docs for truth, tone, and RFC leakage?

The best way to audit touched markdown docs for truth, tone, and RFC leakage is applying a unified review pass that checks for factual inaccuracies, flags prose quality issues, and highlights internal RFC references against the current codebase.