flutter/resolve-verification-issues
Eliminate plugin verification warnings and errors (Internal API usage, Override-only API usage, etc.) identified by ./gradlew verifyPlugin.
npx skills add https://github.com/flutter/flutter-intellij --skill resolve-verification-issues
You are tasked with eliminating plugin verification warnings and errors (Internal API usage, Override-only API usage, etc.).
Eliminate plugin verification warnings and errors (Internal API usage, Override-only API usage, etc.).
./gradlew testClasses to ensure project compiles../gradlew test and ./gradlew verifyPlugin to establish a clean baseline../gradlew testClasses to ensure no new compilation errors../gradlew verifyPlugin again to confirm the specific warning is gone and quantify the improvement../gradlew test to ensure no regressions../gradlew runIde.verifyPlugin issues (e.g., "Total remaining issues: X compatibility warnings, Y internal API usages")../gradlew runIde validation passed.Take flutter/resolve-verification-issues 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.