ワンクリックで
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.