什么是 doc-claim-validator?
验证文档中的声明是否与代码库实际情况相符。从 Markdown 文档中提取可验证的断言(文件路径、命令、函数引用、行为声明、依赖项),并根据实际项目进行检查。在代码更改之后、发布之前或当文档感觉不可信时使用。 来源:nickcrew/claude-ctx-plugin。
验证文档中的声明是否与代码库实际情况相符。从 Markdown 文档中提取可验证的断言(文件路径、命令、函数引用、行为声明、依赖项),并根据实际项目进行检查。在代码更改之后、发布之前或当文档感觉不可信时使用。
通过命令行快速安装 doc-claim-validator AI 技能到你的开发环境
来源:nickcrew/claude-ctx-plugin。
Verify that what documentation says is actually true by extracting testable claims and checking them against the codebase. Complements doc-maintenance (which handles structural health) by handling semantic accuracy.
| scripts/extractclaims.py | Deterministic claim extraction from markdown | Always (Phase 1) | | scripts/verifyclaims.py | Automated verification against codebase | Always (Phase 2) | | references/claim-taxonomy.md | Full taxonomy of claim types with examples | Triaging unclear claims |
Run the extraction script to parse all markdown files and pull out verifiable assertions:
验证文档中的声明是否与代码库实际情况相符。从 Markdown 文档中提取可验证的断言(文件路径、命令、函数引用、行为声明、依赖项),并根据实际项目进行检查。在代码更改之后、发布之前或当文档感觉不可信时使用。 来源:nickcrew/claude-ctx-plugin。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill doc-claim-validator验证文档中的声明是否与代码库实际情况相符。从 Markdown 文档中提取可验证的断言(文件路径、命令、函数引用、行为声明、依赖项),并根据实际项目进行检查。在代码更改之后、发布之前或当文档感觉不可信时使用。 来源:nickcrew/claude-ctx-plugin。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill doc-claim-validator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/nickcrew/claude-ctx-plugin