flutter/verify-eap-compatibility
Ensure the plugin remains compatible with the latest IntelliJ Platform releases and EAP (Early Access Program) builds.
npx skills add https://github.com/flutter/flutter-intellij --skill verify-eap-compatibility
You are tasked with ensuring the plugin remains compatible with the latest IntelliJ Platform releases and EAP (Early Access Program) builds.
Ensure the plugin remains compatible with the latest IntelliJ Platform releases and EAP (Early Access Program) builds.
gradle.properties to target the latest IntelliJ Platform EAP version../gradlew testClasses to ensure the project compiles against the EAP../gradlew verifyPlugin to check for binary incompatibilities or broken API usages in the new version../gradlew test to check for functional regressions with the EAP.plugin.xml for <idea-version since-build="..." until-build="..."/>. Ensure until-build is open-ended or appropriately set for the new version.Take flutter/verify-eap-compatibility from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.