con un clic
minimum-requirements
Determine minimum requirements to consume the EagleEye library
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ú
Determine minimum requirements to consume the EagleEye library
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
Validate EagleEye documentation matches actual implementation
Generate tests following project conventions
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 | minimum-requirements |
| description | Determine minimum requirements to consume the EagleEye library |
| trigger | when the user asks about minimum SDK version, requirements, or compatible Dart versions |
When invoked:
Detect project type:
pubspec.yaml for name: and environment: fields to confirm Dart Package.flutter: dependency exists in pubspec.yaml, classify as Flutter Package.Inspect dependency declarations:
pubspec.yaml — specifically the environment: section.Determine minimum supported versions:
environment.sdk from pubspec.yaml (e.g., ^3.8.0).environment.sdk and environment.flutter from pubspec.yaml.Create or update a section called ## Minimum Requirements inside README.md.
Example output:
## Minimum Requirements
### Dart Package
- Dart 3.8+