# Gpc Review Management

> List, filter, inspect, and reply to Google Play reviews using gpc. Use when triaging reviews or preparing developer responses.

- Skill: `megastep/gpc-review-management` (Agent Skill)
- Install (CLI): `npx skillmds@latest add megastep/gpc-review-management`
- Raw SKILL.md: https://api.skillmd.com/api/skills/megastep/gpc-review-management/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: megastep (https://skillmd.com/u/megastep)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/megastep/gpc-review-management

---


# Review Management

Use this skill for review triage and replies.

## Review listing and inspection

```bash
gpc reviews list
gpc reviews list --min-rating 1 --max-rating 2
gpc reviews list --translation-lang en
gpc reviews get --review-id gp:AOqpTO... --translation-lang en
```

## Reply flow

```bash
gpc reviews reply --review-id gp:AOqpTO... --text "Thanks for the report. We shipped a fix in the latest version."
```

## Triage workflow

```bash
gpc reviews list --min-rating 1 --max-rating 3 -o table
gpc reviews get --review-id gp:AOqpTO...
```

## Agent behavior

- Draft reply text before sending it.
- Never auto-post review replies without user approval.
- Use translation when the review language is unclear or does not match the conversation.
- Do not suggest unsupported pagination flags such as `--start-index`.

