flutter/cleanup-code-inspections
Reduce technical debt and improve code quality by systematically resolving static analysis warnings.
npx skills add https://github.com/flutter/flutter-intellij --skill cleanup-code-inspections
You are tasked with reducing technical debt and improving code quality by systematically resolving static analysis warnings.
Reduce technical debt and improve code quality by systematically resolving static analysis warnings.
./gradlew test and ./gradlew verifyPlugin to ensure the project is stable.Analyze > Inspect Code... on the project (or a specific module) using the "Default" profile.//noinspection [ID] - [Reason])../gradlew testClasses to ensure safe refactoring../gradlew test and ./gradlew verifyPlugin to ensure no regressions.Take flutter/cleanup-code-inspections 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.