code-style
スター20,398
フォーク5,996
更新日2026年7月23日 15:01
Apply IntelliJ Kotlin and Java code style when writing or reviewing code.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Apply IntelliJ Kotlin and Java code style when writing or reviewing code.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| 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.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.