Google Play Store readiness review toolkit for Claude Code
npx claudepluginhub crgeee/google-playstore-toolkitComprehensive Google Play Store readiness review toolkit that uses specialized agents to ensure Android, React Native, and Expo apps meet Google's Play Store requirements before submission
A Claude Code plugin that reviews Android apps for Google Play Store readiness using 8 specialized review agents. Supports native Android (Kotlin/Java), React Native, and Expo projects.
In Claude Code, run:
/plugin marketplace add crgeee/google-playstore-toolkit
/plugin install google-playstore-toolkit
Then navigate to your Android project and run:
/google-playstore-toolkit:review-app
git clone https://github.com/crgeee/google-playstore-toolkit.git
claude --plugin-dir /path/to/google-playstore-toolkit
This loads the plugin for a single session only — useful for development and testing.
Google Play enforces policies through automated scanning and manual review. Policy violations can lead to app removal, suspension, or even account termination. Common causes — undeclared data collection, unnecessary permissions, missing account deletion, development artifacts in release builds — are all detectable before you submit.
This toolkit catches those issues during development so you don't waste days waiting for a policy enforcement email.
/review-app command
│
├── Detects project type (Native Android / React Native / Expo)
├── Detects billing usage (Google Play Billing / RevenueCat)
│
├── Launches specialized agents (parallel by default)
│ ├── android-manifest-analyzer
│ ├── privacy-compliance-reviewer
│ ├── material-design-reviewer
│ ├── performance-stability-reviewer
│ ├── assets-metadata-reviewer
│ ├── security-reviewer
│ ├── billing-compliance-reviewer (only if billing detected)
│ └── react-native-expo-reviewer (only for RN/Expo projects)
│
└── Aggregates findings into a unified report
├── Critical Issues (will cause rejection)
├── Important Issues (likely rejection)
├── Quick Wins (< 30 min fixes)
├── Advisory (best practices)
└── Passed Checks
Each agent runs independently with its own scope, then results are combined by severity. Every issue includes the file location, a concrete fix suggestion, and the Google Play policy reference.
| Agent | Focus Area |
|---|---|
android-manifest-analyzer | Permissions, intent filters, exported components, target SDK, feature declarations |
privacy-compliance-reviewer | Data Safety Section accuracy, consent mechanisms, GDPR/COPPA, account deletion |
material-design-reviewer | Material Design compliance, accessibility, adaptive layouts, edge-to-edge, touch targets |
performance-stability-reviewer | ANR patterns, crash risks, network security config, memory management |
assets-metadata-reviewer | Adaptive icons, app metadata, forbidden terms, version/signing/build config |
billing-compliance-reviewer | Google Play Billing Library, subscription terms, purchase verification |
security-reviewer | Hardcoded secrets, ProGuard/R8, WebView security, cryptographic practices |
react-native-expo-reviewer | Hermes engine, EAS Build, CodePush/OTA, dev artifacts, native module permissions |
Note: The
privacy-compliance-revieweris configured to use the Opus model family (rather than inheriting your session model) for higher accuracy on complex Data Safety Section and permission analysis. All other agents inherit the model you're running Claude Code with.
/google-playstore-toolkit:review-app
/google-playstore-toolkit:review-app sequential
/google-playstore-toolkit:review-app privacy security # specific agents
/google-playstore-toolkit:review-app manifest # single agent
/google-playstore-toolkit:review-app reactnative # RN/Expo-specific checks
/google-playstore-toolkit:review-app billing assets # multiple agents
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search