一键导入
docgen-fact-check
Verify generated or updated documentation against the actual repository state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verify generated or updated documentation against the actual repository state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review documentation for human understanding effect; not format or fact-check only.
Analyze repository changes and map them to documentation impact.
Guide how to write documentation for quick project understanding; expression order and priorities, not scope or target selection.
Conservative patch skill for the repository homepage README. Enforces skeleton preservation and bilingual sync. Do NOT use for book/tutorial chapters.
Final review pass for teaching quality and readability. Does not rewrite content.
Update or generate tutorial and guide documentation based on repo understanding and change impact.
| name | docgen-fact-check |
| description | Verify generated or updated documentation against the actual repository state. |
| allowed-tools | Bash, Read, Write, Edit |
Validate that documentation content is factually consistent with the current repository. This skill acts as a quality gate between content generation and final review, catching hallucinations, stale references, and unsupported claims.
docgen-tutorial-update produces or modifies a document.scripts/docgen/verify_paths.pyscripts/docgen/verify_links.pyscripts/docgen/verify_doc_consistency.pyscripts/docgen/verify_commands.pyscripts/docgen/verify_paths.py against the target document.scripts/docgen/verify_links.py to check internal references.scripts/docgen/verify_doc_consistency.py to check documented path and script references, and note any NOT_IMPLEMENTED categories it reports.scripts/docgen/verify_commands.py for command syntax validation.Write the report to docs/generated/fact_check_report.md with:
docgen-reviewer for final teaching quality review.docgen-tutorial-update (the document under review).docgen-reviewer.codex exec modes. No IDE-specific features required.