find-release Skill
A skill to find the lowest Dart and Flutter release containing a given commit. Use this skill whenever users ask about when a commit landed in Flutter or Dart releases, inquire about release versions for specific SHAs, or want to know if a commit is included in stable, beta, or dev channels for Flutter/Dart projects. Published by flutter in flutter.
What is find-release Skill?
A skill to find the lowest Dart and Flutter release containing a given commit. Use this skill whenever users ask about when a commit landed in Flutter or Dart releases, inquire about release versions for specific SHAs, or want to know if a commit is included in stable, beta, or dev channels for Flutter/Dart projects. Published by flutter in flutter. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use find-release Skill
- Use it for research.
Built with
Editorial notes
Source
- Creator: flutter
- Repository: flutter/flutter
- Skill file: .agents/skills/find-release/SKILL.md
What it does
A skill to find the lowest Dart and Flutter release containing a given commit. Use this skill whenever users ask about when a commit landed in Flutter or Dart releases, inquire about release versions for specific SHAs, or want to know if a commit is included in stable, beta, or dev channels for Flutter/Dart projects.
Skill instructions
Instructions 1. Extract Information: - Identify the commit SHA from the user's request (e.g., 02abc57). - Identify the target channel (one of: stable, beta, dev). If not specified, try each. 2. Execute Search: - Ensure the findrelease.dart tool is available. The tool is typically located at findrelease.dart relative to the Flutter workspace root. If the workspace root is not the default, set the environment variable FINDRELEASETOOLPATH to the absolute path of the tool. - Run the tool using the path to ensure it works from any directory within the workspace. - Command: dart run ${FINDRELEASETOOLPATH:-engine/src/flutter/thirdparty/dart/tools/findrelease.dart} --commit=<SHA --channel=<CHANNEL 3. Interpret and Report Results: - The tool will report which repository (dart-lang/sdk or flutter/flutter) the commit was found in. - It will provide the "Lowest release tag" (the git tag containing the commit). - It will provide the "Lowest Flutter release" and/or "Lowest Dart release" version for
Explore related resources
Frequently asked questions
What is find-release?
find-release is a open-source AI agent skill with Copy skill directory. A skill to find the lowest Dart and Flutter release containing a given commit. Use this skill whenever users ask about when a commit landed in Flutter or Dart releases, inquire about release versions for.
Who is find-release best for?
find-release is best for reusing agent instructions, scripts, and references, research workflows.
How do I install find-release?
Install or run find-release using Copy skill directory. Check find-release for the latest setup command.
Is find-release actively maintained?
find-release may need a closer maintenance check before production use.
Auto-fetched from GitHub.