docs-review

Validate LENS service documentation against .NET API and React/TypeScript source code.

Updated May 7, 2026
One-click install
npx skills add https://github.com/tmalcolm-0607/mad-council-claw --skill docs-review-tmalcolm-0607
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-review
Source: https://github.com/tmalcolm-0607/mad-council-claw/tree/main/.claude/skills/docs-review
Command: npx skills add https://github.com/tmalcolm-0607/mad-council-claw --skill docs-review-tmalcolm-0607

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

LENS service documentation frequently falls out of sync with underlying source code, leading to outdated endpoint definitions, incorrect enum values, and invalid DTO field examples that cause developer confusion, integration errors, and wasted debugging time for teams building on LENS services.

Core Features & Use Cases

  • Endpoint Coverage Validation: Confirms every source code API controller action has a corresponding documentation section with matching routes and auth policies.
  • Enum and Field Accuracy Checks: Verifies all enum values and DTO fields in docs match source code definitions, including JSON property name mappings from attributes.
  • Structural Compliance Audits: Validates DocFX folder structure, TOC entries, and internal link resolution for LENS-Docs standards.
  • Use Case: A developer working on the LENS CMS service can use this skill to catch missing workflowStage field examples or outdated NoteType enum values before they are published to the team wiki.

Quick Start

Use the docs-review skill to audit the CMS service documentation against its source code and generate a full compliance report with prioritized issue lists.

Frequently Asked Questions about docs-review

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

FAQPage Schema
How do I audit API documentation against source code for compliance?

To audit API documentation against source code, validate endpoint coverage, enum values, and DTO field mappings to identify compliance gaps. This process checks .NET API and React/TypeScript services to maintain alignment between published docs and underlying code.

What is DocFX compliance validation for documentation audits?

DocFX compliance validation verifies folder structure, TOC entries, and internal link resolution against documentation standards. It ensures published technical documentation is structurally sound, navigable, and free of broken internal references before team deployment.

How do I verify enum values and DTO fields in docs match source code definitions?

Verify enum values and DTO fields by checking JSON property name mappings from attributes against source code definitions. This catches missing or outdated field examples and incorrect enum values that cause developer confusion and integration errors.

Can I validate .NET API controller routes and auth policies against published documentation?

Yes, you can validate .NET API controller routes and auth policies by confirming every source code controller action has a corresponding documentation section. This endpoint coverage validation ensures matching routes and security configurations are accurately reflected.

What is the best way to catch missing DTO field examples before publishing to a team wiki?

The best way to catch missing DTO field examples is running a documentation audit that cross-references source code definitions with published docs. This generates a prioritized compliance report with severity-classified issues to guide necessary updates.

Why does LENS service documentation fall out of sync with underlying source code?

LENS service documentation falls out of sync with source code due to outdated endpoint definitions, incorrect enum values, and invalid DTO field examples introduced during development. Regular validation audits prevent these discrepancies from causing integration errors.