# Appstore Review Cs

> Use when the cs agent needs to fetch App Store reviews or submit responses through the App Store Connect customer review workflow.

- Skill: `2sem/appstore-review-cs` (Agent Skill)
- Install (CLI): `npx skillmds@latest add 2sem/appstore-review-cs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/2sem/appstore-review-cs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: 2sem (https://skillmd.com/u/2sem)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/2sem/appstore-review-cs

---


# Appstore Review CS

Use the external App Store skill installed at `~/.config/opencode/skills/appstore`.

## Workflow

1. Get the numeric app ID if needed: `getappid {bundle_id}`
2. Fetch reviews: `reviews {app_id} {count?}`
3. If a last report date is provided, exclude reviews dated before that date from the report
4. Submit a response: `response {review_id}`

## Requirements

- Use the external `appstore` skill for command execution details and auth setup.
- Always include the **Review ID** when reporting actionable feedback to the reporter agent.
- Preserve review categorization: Bug, Feature Request, Question, Praise, Complaint.
- When producing a review report, include only reviews dated on or after the last report date if one is provided.

## Example

```text
getappid com.2sem.wherewego
reviews 1234567890 5
response 00000046-ea46-3002-cf40-2d5b00000000
```

