com um clique
documentation-review
Validate EagleEye documentation matches actual implementation
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Validate EagleEye documentation matches actual implementation
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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: