ワンクリックで
documentation-review
Validate EagleEye documentation matches actual implementation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Validate EagleEye documentation matches actual implementation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Verify architectural consistency and dependency rules in EagleEye
Generate tests following project conventions
Determine minimum requirements to consume the EagleEye library
Generate release notes and prepare the next release for EagleEye
Review an EagleEye pull request checking architecture, tests, docs, and completeness
Run the EagleEye build and tests
| name | documentation-review |
| description | Validate EagleEye documentation matches actual implementation |
| trigger | when the user asks to review documentation, check for outdated docs, or verify docs match code |
When invoked:
Scan all documentation:
doc/**/*.md
README.md
Validate links:
[text](some/path.md)), verify the referenced file exists.[text](#section)), verify the target section heading exists in the file.https://...), verify they are reachable (HTTP 200).Verify configuration examples match actual project configuration:
pubspec.yaml snippets in docs against actual pubspec.yaml.analysis_options.yaml examples match the real file.dev_dependencies: snippets) match the current package name and version convention.dart run eagle_eye:main) is accurate.eagle_eye_config.json) match the actual rule engine.Verify documented APIs exist:
lib/.Verify setup instructions are accurate:
README.md setup steps against actual build files (pubspec.yaml, analysis_options.yaml).Verify release instructions are still valid:
CHANGELOG.md and pubspec.yaml version consistency.Report findings: