app-store-review-arbitrage
Fetches low-star App Store and Google Play reviews, clusters them into broken-promise patterns, and generates a ranked copy brief with positioning opportunities.
npx skills add Varnan-Tech/opendirectory --skill app-store-review-arbitrage --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# app-store-review-arbitrage Convert a competitor's App Store or Google Play URL into a one-session GTM brief: ranked complaint clusters, a broken promise map, landing page headlines, and ad copy directions — all sourced from verbatim reviews. --- ## Critical Rules (read before Step 1) These rules apply throughout all steps. Violating any of them fails Self-QA (Step 6). 1. **Every quote must be verbatim.** No paraphrase, no grammar correction, no cleaning. Exact reviewer words only. 2. **No fabricated statistics.** Do not write "40% faster" or "2× more reliable" unless a reviewer explicitly used similar language. The Self-QA step checks for uncited percentages. 3. **Cluster names must use reviewer language.** Study the anti-pattern table in Step 3. 4. **Every headline and ad copy direction must cite its source cluster.** Format: `[cluster: "cluster-name"]`. 5. **Section 2 is always present** in the output — even when degraded. Never skip or omit it. 6. **No banned words** in any generated copy: powerful, robust, seamless, innovative, game-changing, streamline, leverage, revolutionize, transform. --- ## Step 1 — Parse Input and Detect Platform Accept a natural language prompt contai
- Critical Rules (read before Step 1)
- Step 1 — Parse Input and Detect Platform
- Step 2 — Collect Reviews & Metadata
- Step 3 — Complaint Clustering
- Step 4 — Broken Promise Detection
- Step 5 — Generate Copy
- Step 6 — Self-QA
- Step 7 — Save Output
python3 scripts/fetch_reviews.py "{app_url}" --output {tmpdir}/asr-raw.jsonWhat does the app-store-review-arbitrage skill do?
Fetches low-star App Store and Google Play reviews, clusters them into broken-promise patterns, and generates a ranked copy brief with positioning opportunities.
How do I install it?
Run `npx skills add Varnan-Tech/opendirectory --skill app-store-review-arbitrage --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From Varnan-Tech/opendirectory, a repository with 571 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
