From co-dev
Fetch, filter, or analyze Google Play Store reviews, or post replies. Use when the user wants to check Google Play reviews, filter reviews by rating or date, analyze review sentiment, respond to reviews, or get review analytics for an Android app.
npx claudepluginhub cloud-officer/claude-code-plugin-dev --plugin co-devThis skill is limited to using the following tools:
Fetch, analyze, and respond to Google Play Store reviews.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Fetch, analyze, and respond to Google Play Store reviews.
Use MCP tools (mcp__playstore__*) for all Google Play review operations. There is no Google Play CLI. If MCP tools are not available, inform the user and stop.
| Operation | MCP Tool |
|---|---|
| Fetch reviews | mcp__playstore__get_reviews |
| Filter by rating | mcp__playstore__get_reviews (with rating filter) |
| Filter by date | mcp__playstore__get_reviews (with date filter) |
| Filter by language | mcp__playstore__get_reviews (with language filter) |
| Filter by device | mcp__playstore__get_reviews (with device filter) |
| Search by keyword | mcp__playstore__search_reviews |
| Post reply | mcp__playstore__reply_to_review |
| Update reply | mcp__playstore__update_reply |
| Get analytics | mcp__playstore__get_analytics |
Requires a Google Cloud service account with Google Play Developer API access:
GOOGLE_PLAY_CREDENTIALS_PATH — Path to service account JSON credentials fileIf this is not set, the MCP server will fail to start.