ln-610-docs-auditor

Solid

Coordinates audit of project knowledge surfaces: markdown documentation plus inline code documentation (comments/docstrings). Use when auditing project documentation.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # Documentation Auditor (L2 Coordinator) **Type:** L2 Coordinator Coordinates specialized audit workers to perform quality analysis for project knowledge surfaces in `docs-only`, `comments-only`, or `full` scope. ## Purpose & Scope - **Input contract**: - `audit_scope=docs-only` for repository markdown documentation audit - `audit_scope=comments-only` for standalone inline code documentation audit - `audit_scope=full` (default) for markdown docs + inline code docs audit - **Scope-aware worker activation**: - `docs-only` -> ln-611, ln-612, ln-614 - `comments-only` -> ln-613 - `full` -> ln-611, ln-612, ln-613, ln-614 - **Responsibility split**: - `ln-611`, `ln-612`, `ln-614` audit markdown documentation files using section-first reads - `ln-613` audits inline documentation in source code: comments, docstrings, JSDoc/XML docs - `ln-613` does NOT judge code architecture, implementation quality, or business correctness beyond comment-to-code consistency - Detect project type + tech stack ONCE - Pass shared context to all workers (token-efficient) - Aggregate worker results into single consolidated report - Write report to `docs/projec...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category