一键导入
docs-review
Review all project documentation against the current codebase and fix inaccuracies. Only modifies documentation files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review all project documentation against the current codebase and fix inaccuracies. Only modifies documentation files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | docs-review |
| description | Review all project documentation against the current codebase and fix inaccuracies. Only modifies documentation files. |
Review all project documentation for accuracy against the current codebase. Fix any outdated, incorrect, or missing information.
Documentation files to review:
README.mdCLAUDE.mddocs/ (guides, CLI reference, installation, quick start, etc.).md files at the repository rootSource code to cross-reference:
src/cli/ (clap structs, subcommands, flags, arguments)src/session/ (config fields, defaults, validation)src/process/src/tui/src/docker/src/git/src/Read every documentation file listed above.
For each documentation file, cross-reference its claims against the actual source code:
src/cli/src/session/src/process/src/tui/scripts/ match documented commandsFor each discrepancy found:
Do NOT modify any non-documentation files. Never edit .rs, .toml, .yml, .yaml, .sh, .js, .json, or any other source/config files.
After reviewing all files, provide a summary of what was changed and why. If no changes were needed, report that all documentation is accurate.