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 页面并帮你完成安装。
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.
基于 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.