code-style
Apply IntelliJ Kotlin and Java code style when writing or reviewing code.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Apply IntelliJ Kotlin and Java code style when writing or reviewing code.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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.