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