gps-reviews
Installation
SKILL.md
Play reviews
gps --package $PKG reviews list --max-results 20 --translation-language en --json
gps --package $PKG reviews get REVIEW_ID
gps --package $PKG reviews reply REVIEW_ID "Thanks for the feedback!" --confirm
MCP: gps_list_reviews, gps_get_review, gps_reply_to_review.
Rules
- Keep replies professional, short, and language-matched when possible.
- Empty list is often normal (API returns only recent reply-eligible reviews).
- Confirm auth with
tracks list/whoamiif everything looks empty. - Always get user approval before posting a reply.