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.