review-cat
Installation
SKILL.md
ReviewCat
Analyze App Store reviews, generate intelligent replies, and extract competitive insights using Apple's public and private APIs.
API Access Tiers
ReviewCat works with two tiers of Apple endpoints:
| Tier | Auth | Scope | Reference |
|---|---|---|---|
| Public | None | Any app (read-only reviews, search, lookup) | See apple-endpoints.md §1 |
| Private | JWT (App Store Connect) | Your own apps (full CRUD on reviews + responses) | See apple-endpoints.md §2 |
Choose the tier based on the task:
- Own app → prefer Private API (more data, filtering, responses, summarizations)
- Competitor app → must use Public API (RSS feed, iTunes Search)
- Quick lookup / no auth available → Public API
Related skills