code-style
Apply IntelliJ Kotlin and Java code style when writing or reviewing code.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Apply IntelliJ Kotlin and Java code style when writing or reviewing code.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Fix TeamCity project-leak test failures from diagnosis through repeated verification.
Fix TeamCity project-leak test failures from diagnosis through repeated verification.
Implement or change IntelliJ `AnAction` actions and registrations.
Create, amend, or rename IntelliJ commits and write compliant commit messages.
Compare Python type inference with ty, pyrefly, basedpyright, mypy, and zuban.
Debug IntelliJ IDE failures with repository-specific techniques and tools.
| name | code-style |
| description | Apply IntelliJ Kotlin and Java code style when writing or reviewing code. |
Follow the IntelliJ Coding Guidelines with these IntelliJ-specific rules.
@ApiStatus.Experimentalcommunity/platform/build-scripts/kotlin-style-recommendations.md for build-scripts code:
@JvmField for internal data class fields.put()/.get() instead of [] operatorHashMap/HashSet/LinkedHashMap instead of mutableMapOf()/mutableSetOf()/rustrover directory you must always use standard Kotlin formatting rules with 4 spaces indentation.