con un clic
documentation-review
Validate EagleEye documentation matches actual implementation
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Validate EagleEye documentation matches actual implementation
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación 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: