kotlin-android-reviewer

Community

Audit Android Kotlin apps for patterns.

Authorphysics91
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill reviews Android Kotlin code for Jetpack Compose, coroutines, Flow patterns, and ViewModel structure to improve performance and reliability.

Core Features & Use Cases

  • Compose patterns: detects side-effects and memory usage in composables.
  • Coroutines & Flow: ensures proper scope usage and state collection.
  • ViewModel structure: promotes unidirectional data flow and SavedStateHandle usage.
  • Performance checks: flags potential memory leaks and excessive recompositions.
  • Use Case: Refactor a screen to use proper state hoisting and lifecycle-safe coroutines.

Quick Start

Run the kotlin-android-reviewer on an Android project to surface patterns that impact performance and memory.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: kotlin-android-reviewer
Download link: https://github.com/physics91/claude-vibe/archive/main.zip#kotlin-android-reviewer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository