什麼是 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