·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