一键导入
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).