ln-611-docs-structure-auditor by levnikolaevich/claude-code-skills
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-611-docs-structure-auditor路径说明: 文件路径(
shared/、references/、../ln-*)是相对于技能仓库根目录的。如果在当前工作目录中未找到,请定位此 SKILL.md 文件所在的目录,然后向上返回一级以找到仓库根目录。如果缺少shared/目录,请通过 WebFetch 从https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}获取文件。
专门用于审计项目文档结构质量的工作者。
.md 文件,从 CLAUDE.md 构建层次结构广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
必读: 加载 shared/references/audit_worker_core_contract.md。
接收包含以下内容的 contextStore:tech_stack、project_root、output_dir。
.md 文件(CLAUDE.md、README.md、docs/**)shared/templates/audit_worker_report_template.md 构建完整的 Markdown 报告,通过单个 Write 调用写入 {output_dir}/611-structure.md---|---|---
1 | 层次结构与链接 | CLAUDE.md 是根;所有文档可通过链接访问;无孤立文件;无损坏链接
2 | 单一事实来源 | 无内容重复;重复内容替换为指向源文件的链接;明确的归属
3 | 主动压缩 | 消除冗长/冗余内容;散文转换为表格;移除无意义信息;即使未超限的文件也要压缩;参见 size_limits.md
4 | 需求合规性 | 正确的章节;在大小限制内;无代码块(仅限表格/ASCII 图表/文本);与技术栈匹配的文档链接
5 | 新鲜度指标 | 检测陈旧信号:内容中日期超过 6 个月、已弃用的 API/工具引用、TODO/FIXME 标记、遗留的占位符文本;深度事实核查由专门的工作者处理
6 | 遗留内容清理 | 无历史章节;无"已更改"注释;无已弃用信息;仅保留当前状态
7 | 技术栈适配 | 链接/引用与项目技术栈匹配;.NET 项目中无 Python 示例;使用正确平台的官方文档
| 问题类型 | 严重性 |
|---|---|
| 陈旧指标(旧日期、已弃用引用、TODO 标记) | 中等 |
| 损坏链接、孤立文档 | 高 |
| 内容重复 | 中等 |
| 错失压缩机会 | 低 |
| 遗留/历史内容 | 中等 |
| 错误的技术栈引用 | 高 |
必读: 加载 shared/references/audit_worker_core_contract.md 和 shared/references/audit_scoring.md。
必读: 加载 shared/references/audit_worker_core_contract.md 和 shared/templates/audit_worker_report_template.md。
将报告写入 {output_dir}/611-structure.md,其中包含 category: "Documentation Structure" 和检查项:hierarchy_links、ssot、compression、requirements_compliance、freshness_indicators、legacy_cleanup、stack_adaptation。
向协调器返回摘要:
Report written: docs/project/.audit/ln-610/{YYYY-MM-DD}/611-structure.md
Score: X.X/10 | Issues: N (C:N H:N M:N L:N)
必读: 加载 shared/references/audit_worker_core_contract.md。
tech_stack 来应用特定于技术栈的检查(例如,.NET 与 Node.js 的文档标准)file:line 以便程序化导航必读: 加载 shared/references/audit_worker_core_contract.md。
{output_dir}/611-structure.md(原子性的单个 Write 调用)版本: 1.0.0 最后更新: 2026-03-01
每周安装数
106
仓库
GitHub 星标数
262
首次出现
Mar 1, 2026
安全审计
安装于
cursor99
codex97
opencode96
gemini-cli96
github-copilot96
amp96
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. Ifshared/is missing, fetch files via WebFetch fromhttps://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}.
Specialized worker auditing structural quality of project documentation.
.md files in project, build hierarchy from CLAUDE.mdMANDATORY READ: Load shared/references/audit_worker_core_contract.md.
Receives contextStore with: tech_stack, project_root, output_dir.
.md files in project (CLAUDE.md, README.md, docs/**)shared/templates/audit_worker_report_template.md, write to {output_dir}/611-structure.md in single Write call---|---|---
1 | Hierarchy & Links | CLAUDE.md is root; all docs reachable via links; no orphaned files; no broken links
2 | Single Source of Truth | No content duplication; duplicates replaced with links to source; clear ownership
3 | Proactive Compression | Eliminate verbose/redundant content; prose to tables; remove meaningless info; compress even under-limit files; see size_limits.md
4 | Requirements Compliance | Correct sections; within size limits; no code blocks (tables/ASCII diagrams/text only); stack-appropriate doc links
5 | Freshness Indicators | Detect staleness signals: dates >6 months in content, deprecated API/tool references, TODO/FIXME markers, placeholder text left in place; deep fact-checking handled by dedicated worker
6 | Legacy Cleanup | No history sections; no "was changed" notes; no deprecated info; current state only
7 | Stack Adaptation | Links/refs match project stack; no Python examples in .NET project; official docs for correct platform
| Issue Type | Severity |
|---|---|
| Staleness indicators (old dates, deprecated refs, TODO markers) | MEDIUM |
| Broken links, orphaned docs | HIGH |
| Content duplication | MEDIUM |
| Missing compression opportunity | LOW |
| Legacy/history content | MEDIUM |
| Wrong stack references | HIGH |
MANDATORY READ: Load shared/references/audit_worker_core_contract.md and shared/references/audit_scoring.md.
MANDATORY READ: Load shared/references/audit_worker_core_contract.md and shared/templates/audit_worker_report_template.md.
Write report to {output_dir}/611-structure.md with category: "Documentation Structure" and checks: hierarchy_links, ssot, compression, requirements_compliance, freshness_indicators, legacy_cleanup, stack_adaptation.
Return summary to coordinator:
Report written: docs/project/.audit/ln-610/{YYYY-MM-DD}/611-structure.md
Score: X.X/10 | Issues: N (C:N H:N M:N L:N)
MANDATORY READ: Load shared/references/audit_worker_core_contract.md.
tech_stack to apply stack-specific checks (e.g., .NET vs Node.js doc standards)file:line for programmatic navigationMANDATORY READ: Load shared/references/audit_worker_core_contract.md.
{output_dir}/611-structure.md (atomic single Write call)Version: 1.0.0 Last Updated: 2026-03-01
Weekly Installs
106
Repository
GitHub Stars
262
First Seen
Mar 1, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
cursor99
codex97
opencode96
gemini-cli96
github-copilot96
amp96
Skills CLI 使用指南:AI Agent 技能包管理器安装与管理教程
44,900 周安装