概要
The Kotlin Multiplatform Reviewer skill is a specialized tool for developers building cross-platform mobile applications using KMP. It automatically analyzes project architectures, validating the correct usage of commonMain and platform-specific source sets while enforcing best practices for the expect/actual mechanism. By identifying potential pitfalls like bloated shared modules, missing platform implementations, or inefficient iOS interop patterns—such as direct Flow or suspend function exposure—this skill ensures that shared business logic remains clean, testable, and robust across Android and iOS targets.