بنقرة واحدة
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).