·doc-claim-validator
#

doc-claim-validator

验证文档中的声明是否与代码库实际情况相符。从 Markdown 文档中提取可验证的断言(文件路径、命令、函数引用、行为声明、依赖项),并根据实际项目进行检查。在代码更改之后、发布之前或当文档感觉不可信时使用。

15安装·0热度·@nickcrew

安装

$npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill doc-claim-validator

如何安装 doc-claim-validator

通过命令行快速安装 doc-claim-validator AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill doc-claim-validator
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:nickcrew/claude-ctx-plugin。

SKILL.md

查看原文

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
分类
#文档处理
认证
收录时间
2026-02-26
更新时间
2026-03-11

Browse more skills from nickcrew/claude-ctx-plugin

快速解答

什么是 doc-claim-validator?

验证文档中的声明是否与代码库实际情况相符。从 Markdown 文档中提取可验证的断言(文件路径、命令、函数引用、行为声明、依赖项),并根据实际项目进行检查。在代码更改之后、发布之前或当文档感觉不可信时使用。 来源:nickcrew/claude-ctx-plugin。

如何安装 doc-claim-validator?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill doc-claim-validator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/nickcrew/claude-ctx-plugin