By harrisonog
Adds a /android-review skill for reviewing Android app codebases.
A Claude Code skills marketplace for Android app development. Install production-grade skills that extend Claude Code with deep Android and Kotlin expertise.
# Install marketplace
/plugin marketplace add HarrisonOg/manifest
# Install android-review skill
/plugin install android-review-plugin@manifest
| Plugin | Version | Description |
|---|---|---|
| android-review-plugin | 1.0.0 | Staff-level Android code review for Kotlin, Jetpack Compose, coroutines, memory leaks, architecture, and production-scale pitfalls |
The flagship skill in this marketplace. Invoke /android-review in Claude Code to get a structured code review from a staff-engineer perspective, organized by severity:
| Category | Covers |
|---|---|
| Memory | Context leaks, view leaks, coroutine/Flow leaks, handler leaks |
| Coroutines | Dispatcher misuse, structured concurrency, Flow correctness, cancellation |
| Compose | Recomposition, side effects, state management, performance |
| Architecture | ViewModel boundaries, repository patterns, Hilt/DI scoping |
| Kotlin | Null safety, idioms, sealed type exhaustiveness, suspend correctness |
| Security | Logging PII, hardcoded secrets, WebView risks, intent safety |
| Lifecycle | Fragment observation, back handling, navigation timing |
| Threading | Main-thread IO, SharedPreferences, bitmap decoding |
| Testing | Testability, coroutine test patterns, implementation coupling |
| Gradle | Compose compiler/BOM mismatches, dependency scoping, ProGuard/R8, AGP/SDK levels |
# Review a feature branch against main
/android-review -branch feature/settings-refactor main
# Quick blocking-issues-only scan
/android-review -branch release/2.1 main -depth quick
# Focus on Compose issues only
/android-review -staged -focus compose
# Firefox for Android — loads Mozilla-specific patterns
/android-review -branch fenix-feature main -firefox
| Flag | Description |
|---|---|
-branch FEATURE BASE | Review diff between two branches |
-file PATH | Review a single file |
-staged | Review staged changes |
-unstaged | Review working tree changes |
-focus CATEGORY | Restrict to one category (memory, compose, coroutines, arch, kotlin, security, lifecycle, threading, testing, gradle) |
-depth quick|full | quick = blocking only; full = complete review (default) |
-firefox | Load Mozilla/Firefox for Android patterns |
-message "TEXT" | Pass context to the reviewer |
-no-save | Suppress the save-review prompt |
See the full plugin documentation for details on the gather script, reference guides, and additional usage examples.
The skill includes specialized reference documents loaded contextually during review:
remember vs rememberSaveable decision treesOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub harrisonog/manifest --plugin android-review-pluginAndroid development validation with Gradle build hooks.
Comprehensive code review skill with 53 specialized agents for architecture, code quality, error handling, types, comments, tests, accessibility, localization, concurrency, performance, simplification, security, and platform-specific reviews (iOS, macOS, Android, Angular, TypeScript, Next.js, Vue.js, Python, Django, Ruby, Rust, Go, Rails, Flutter, Java/Spring Boot, C#/.NET, PHP/Laravel, C/C++, React Native, Svelte/SvelteKit, Elixir/Phoenix, Kotlin Server, Scala, Terraform, Shell/Bash, Docker, Kubernetes, GraphQL, GitHub Actions) with automatic platform detection and confidence scoring.
Developer workflow skills — full task implementation cycle, View→Compose UI migration, safe code migration, test plan generation, exploratory QA testing, feature verification, PR preparation, PR creation (draft or ready), and full PR lifecycle through CI/CD and code review
Comprehensive code review with architecture, security, and PR enhancement
Reviews code for real bugs: off-by-ones, null derefs, race conditions, swallowed errors. Skips style nitpicks.
Multi-lens code review pipeline: deep review (Claude or Codex), automated fix loop, interactive walkthrough, manual promote, external-finding injection.