ワンクリックで
gpc-review-management
List, filter, and reply to Google Play reviews using gpc. Use when managing user reviews or responding to feedback.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
List, filter, and reply to Google Play reviews using gpc. Use when managing user reviews or responding to feedback.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create, deploy, and manage app recovery actions for Google Play using gpc. Use when responding to critical app issues that require user-facing recovery.
Manage Android app bundles, APKs, build processing, and debug symbol uploads using gpc. Use when uploading builds, checking build status, or uploading ProGuard mappings.
Guidance for using the Play Console CLI (gpc) — flags, output formats, auth profiles, pagination, and safety conventions. Use when asked to run or design gpc commands.
Manage supported devices, device statistics, device tier configs, country availability, and reports using gpc. Use when working with device targeting or distribution settings.
Sync and manage Google Play store listings, images, and screenshots using gpc. Use when updating store metadata, uploading screenshots, or syncing from local directories.
Manage in-app products, subscriptions, base plans, and subscription offers using gpc. Use when creating or updating monetization catalog.
| name | gpc-review-management |
| description | List, filter, and reply to Google Play reviews using gpc. Use when managing user reviews or responding to feedback. |
Use this skill when listing reviews, filtering by rating, or replying to user feedback.
gpc reviews list --package com.example.app
gpc reviews list --max-results 50 --package com.example.app
gpc reviews list --min-rating 1 --max-rating 2 --package com.example.app # Negative reviews
gpc reviews list --min-rating 4 --max-rating 5 --package com.example.app # Positive reviews
gpc reviews list --translation-lang en --package com.example.app
gpc reviews list --max-results 20 --start-index 0 --package com.example.app
gpc reviews list --max-results 20 --start-index 20 --package com.example.app
gpc reviews get --review-id abc123 --package com.example.app
gpc reviews get --review-id abc123 --translation-lang en --package com.example.app
gpc reviews reply --review-id abc123 --text "Thank you for your feedback!" --package com.example.app
gpc reviews list --min-rating 1 --max-rating 3 --translation-lang en --package com.example.app -o table
gpc reviews get --review-id $REVIEW_ID --package com.example.app
gpc reviews reply --review-id $REVIEW_ID --text "We're sorry about this issue. We've fixed it in the latest update." --package com.example.app
--translation-lang en when reviews may be in other languages.