Android Review banner
marvinrichter marvinrichter

Android Review

Code Quality community

Description

--- description: Android code review — Compose best practices, Hilt scoping, Room migrations, ViewModel/UiState patterns, Coroutine Dispatchers. Invokes the android-reviewer agent. --- # Android Code Review Invoke the **android-reviewer** agent to perform a comprehensive review of recent Android/Kotlin changes. ## What Gets Reviewed 1. **Architecture**: Unidirectional Data Flow (UDF) present? Layer separation clean? (UI → Domain → Data) 2. **Compose Patterns**: State hoisting applied? Side e

Installation

Installs to ~/.claude/skills/marvinrichter-clarc-android-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/marvinrichter-clarc-android-review && curl -fsSL https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/commands/android-review.md -o ~/.claude/skills/marvinrichter-clarc-android-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository