원클릭으로
documentation-review
Validate project documentation against actual implementation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Validate project documentation against actual implementation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Compare branch against main and open a pull request via gh CLI
Generate tests following the project's existing conventions
Automatically determine minimum requirements for consuming the library
Generate release notes and prepare the next release
Verify architectural consistency and dependency rules
| name | documentation-review |
| description | Validate project documentation against actual implementation |
Validate project documentation and ensure it matches the actual implementation.
When invoked:
Scan all documentation:
docs/**/*.mdREADME.mdValidate links:
kotlin/androidSampleApp, flutter/sample/)Verify configuration examples match actual project:
kotlin/gradle/libs.versions.tomlbuild.gradle.kts examples match kotlin/jujubasvg/build.gradle.ktsio.github.codandotv:jujubaSVG)pubspec.yaml snippets match flutter/jujuba_svg/pubspec.yamlVerify documented APIs exist:
JujubaSVG, JujubaCommander, Command)JujubaSVGWidget, JujubaCommander)Verify setup instructions are accurate (cross-check against README.md, build files, pubspec.yaml).
Verify release instructions are still valid (check mkdocs.yml, GitHub Actions workflows in .github/).
Report results:
Documentation is incorrect or broken (dead links, wrong API names).
Documentation is outdated or incomplete (missing sections, stale version references).
Recommended improvements (clarify ambiguous steps, add missing examples).