All skills
Skillintermediate
Kotlin — review checklists
Consumed by the `review-code` skill. When the `kotlin` profile is active, every checklist in **Always load** is applied to the diff. There are no conditional entries for this profile.
Claude Code Knowledge Pack7/10/2026
Overview
Kotlin — review checklists
Consumed by the review-code skill. When the kotlin profile is active, every checklist in Always load is applied to the diff. There are no conditional entries for this profile.
Always load
- security-checklist.md — Kotlin-specific security smells: input validation, deserialization, crypto misuse, secret handling, Java-interop surface risks.
- solid-checklist.md — SOLID design-principle smells expressed in Kotlin: class/object responsibility, interface segregation, sealed hierarchies, dependency inversion.
- code-quality-checklist.md — idiomatic Kotlin quality signals: null safety, coroutine discipline, data classes, scope-function usage, maintainability.
- removal-plan.md — staged-removal template for Kotlin code being retired (public APIs, modules, extension functions).