원클릭으로
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.