gpc-review-management

Installation
SKILL.md

Review Management

Use this skill when listing reviews, filtering by rating, or replying to user feedback.

List reviews

gpc reviews list --package com.example.app
gpc reviews list --max-results 50 --package com.example.app

Filter by rating

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

With translation

Installs
14
GitHub Stars
2
First Seen
Mar 8, 2026
gpc-review-management — androidpoet/playconsole-cli-skills