بنقرة واحدة
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.