원클릭으로
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.