بنقرة واحدة
minimum-requirements
Determine minimum requirements to consume the EagleEye library
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Determine minimum requirements to consume the EagleEye library
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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+