Plugin Claude Code
Plugin marketplace listing 1 plugin: android-review.
Plugin Claude Code
Plugin marketplace listing 1 plugin: android-review.
Plugin Claude Code
Android development review skills covering OWASP MASVS security audit, Clean Architecture, performance optimization, Jetpack Compose best practices, privacy compliance auditing, and Google Play Store compliance.
Instructions file CodexOpenCode
Instructions for liuyi0808/android-review, covering android review — agent guide, skills, how reviews work, scripts and setup.
Skill Claude CodeCodex
Android application architecture standards using Clean Architecture, MVVM/MVI patterns, Hilt dependency injection, and modularization. Use when: designing app structure, creating ViewModel/Repository/UseCase classes, setting up Hilt DI modules, planning module boundaries, reviewing layer dependencies, implementing…
Skill Claude CodeCodex
Jetpack Compose UI best practices and patterns for Material 3. Use when: writing or reviewing Compose UI code, implementing state hoisting, using side effects (LaunchedEffect, DisposableEffect), setting up type-safe navigation, building responsive layouts with WindowSizeClass, implementing accessibility (content…
Skill Claude CodeCodex
Kotlin code quality review for Android projects. Covers coroutine structured concurrency, Flow operators, null safety, type design (sealed classes, data classes, value objects), and collection/functional patterns. Use when: reviewing Kotlin code in PRs, auditing coroutine usage, checking null safety patterns…
Skill Claude CodeCodex
Audit Android (Kotlin/Compose) apps for performance issues and produce structured findings. Use when: app cold start exceeds 500ms, UI jank or dropped frames, memory leaks or OOM, ANR rate above 0.47% in Play Vitals, Compose recomposition waste, missing baseline profiles, battery drain, reviewing performance before…
Skill Claude CodeCodex
Google Play Store submission and compliance checklist for Android apps, with special focus on financial/loan apps. Covers build config, permissions (including Contacts Permissions, Contact Picker, location button, Geofence API), Data Safety, Financial Features Declaration, Personal Loan policy, sensitive permission…
Skill Claude CodeCodex
Three-way privacy compliance audit for Android loan apps, verifying that the privacy policy, in-app disclosure dialogs, and code implementation are consistent. Use for pre-submission review on Google Play, periodic compliance checks, and verification before an app update. Prefer this skill when the user mentions…
Skill Claude CodeCodex
Android application security audit based on OWASP MASVS v2.0 and Kotlin secure coding practices. Use when: writing or reviewing code involving sensitive data storage (SharedPreferences, Room), cryptography (encryption keys, Keystore), authentication (biometrics, token management), network security (TLS, cert pinning)…