ln-614-docs-fact-checker

仓库创建 2025年10月24日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由

自动发现文档与代码不一致、路径或版本错误。

▸ 风险提示

会读取代码与配置以核对声明。

这个 Skill 做什么

从文档中提取可验证断言并与代码库交叉核验。

把 README 和 .md 文档里能验证的断言(路径、版本、配置、接口等)抽出来,逐条去代码库里核对,能发现文档与实现不一致或已过时的信息。适合发布前的文档审查或合规性核验,能输出对照证据和矛盾点,方便开发人员快速修正。

▸ 展开 SKILL.md 英文原文

Verifies claims in .md files (paths, versions, counts, configs, endpoints) against codebase, cross-checks contradictions. Use when auditing docs accuracy.

开发编程事实校验文档准确性代码对照通用
522
Stars
74
Forks
18
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/codebase-audit-suite/skills/ln-614-docs-fact-checker/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/codebase-audit-suite/skills/ln-614-docs-fact-checker/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
> **Paths:** File paths (`references/`, `../ln-*`) are relative to this skill directory.

# Documentation Fact-Checker (L3 Worker)

**Type:** L3 Worker

Specialized worker that extracts verifiable claims from documentation and validates each against the actual codebase.

## Purpose & Scope

- Prioritize canonical and high-claim docs, then extract verifiable claims from markdown documentation
- Verify each claim against codebase (Grep/Glob/Read/Bash)
- Detect **cross-document contradictions** (same fact stated differently)
- Includes `docs/reference/`, `docs/tasks/`, `tests/` in scope
- Single invocation (not per-document) -> cross-doc checks require global view
- Does NOT check scope alignme
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有