CtrlK
BlogDocsLog inGet started
Tessl Logo

flutter-intellij

github.com/flutter/flutter-intellij

Skill

Added

Review

triage-helper

.gemini/skills/triage/SKILL.md

Assistance with triage of unprioritized issues. Use when the user asks for help with triage.

69

verify-eap-compatibility

.agents/skills/verify-eap-compatibility/SKILL.md

Ensure the plugin remains compatible with the latest IntelliJ Platform releases and EAP (Early Access Program) builds.

66

resolve-verification-issues

.agents/skills/resolve-verification-issues/SKILL.md

Eliminate plugin verification warnings and errors (Internal API usage, Override-only API usage, etc.) identified by ./gradlew verifyPlugin.

56

remove-platform-version

.agents/skills/remove-platform-version/SKILL.md

Remove support for an older IntelliJ Platform / Android Studio version from the project and clean up obsolete code, baselines, and CI configurations.

69

migrate-intellij-util

.agents/skills/migrate-intellij-util/SKILL.md

Optimize memory usage, consistency, and performance by migrating standard Java/Kotlin classes to IntelliJ's specialized com.intellij.util implementations.

60

code-review

.agents/skills/code-review/SKILL.md

Perform a pedantic, multi-perspective code review on the current diff or git changes against the styleguide and software engineering best practices.

49

cleanup-unused-assets

.agents/skills/cleanup-unused-assets/SKILL.md

Reduce plugin size by scanning resources/icons and removing unreferenced assets.

64

cleanup-code-inspections

.agents/skills/cleanup-code-inspections/SKILL.md

Reduce technical debt and improve code quality by systematically resolving static analysis warnings.

59

audit-ui-thread-safety

.agents/skills/audit-ui-thread-safety/SKILL.md

Prevent UI freezes and ensure a responsive user experience by validating threading rules and migrating blocking calls off the Event Dispatch Thread (EDT).

59

audit-dependencies

.agents/skills/audit-dependencies/SKILL.md

Optimize plugin size and security by removing unused dependencies and updating outdated libraries.

63

audit-accessibility

.agents/skills/audit-accessibility/SKILL.md

Ensure the plugin's custom UI components are accessible to users with screen readers and other assistive technologies.

51

add-missing-unit-test

.agents/skills/add-missing-unit-test/SKILL.md

Add a new unit test for a class that currently lacks one or add a new test case to an existing test file, verifying improvement with Kover.

69