One-click install
npx skills add https://github.com/Eronred/aso-skills --skill rating-prompt-strategy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rating-prompt-strategy
Source: https://github.com/Eronred/aso-skills/tree/main/skills/rating-prompt-strategy
Command: npx skills add https://github.com/Eronred/aso-skills --skill rating-prompt-strategy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you improve your app store star rating by designing when and how you request reviews, preventing early or negative-moment prompts that drive 1–2 star reviews.

Core Features & Use Cases

  • Platform-specific review prompt logic: Uses iOS SKStoreReviewRequest timing rules and Android Play In-App Review flow behavior to maximize the chance of receiving high ratings.
  • Success-moment targeting: Prompts only after users experience clear value (e.g., completed workout, won level, successful transaction), while avoiding prompts after errors, crashes, or frustration.
  • Rating-drop recovery playbook: Correlates rating dips to releases, diagnoses likely complaints, replies to negative reviews, and restarts a carefully filtered prompt campaign after fixes.

Use case: Your app’s rating fell after a release; identify the offending version, fix the issue, reply to affected reviews, then re-enable review prompts only for users who reached defined success milestones.

Quick Start

Run a rating recovery plan for an app that dropped below 4.0 by mapping the decline to the release version, defining success moments, and outputting an iOS and Android review prompt trigger and frequency plan for the next 4 weeks.

Frequently Asked Questions about rating-prompt-strategy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I recover my app store rating after it drops below 4.0?

Recover app store rating drops by mapping the decline to a specific release version, diagnosing likely complaints, replying to negative reviews, and re-enabling filtered review prompts only after fixes are deployed.

When should I trigger in-app review prompts to avoid getting 1-star ratings?

Trigger in-app review prompts only after users experience clear value moments, such as a completed workout or successful transaction, while strictly avoiding prompts after errors, crashes, or frustration points.

How does the iOS SKStoreReviewRequest timing affect my star rating recovery?

iOS SKStoreReviewRequest timing rules maximize high ratings by filtering prompt triggers to success moments, preventing early or negative-moment prompts that typically drive 1 to 2 star reviews.

What is the best way to increase app store rating volume without getting negative reviews?

Increase rating volume by applying session gating and pre-prompt survey logic to filter users, ensuring prompts only appear after defined success milestones rather than during generic app usage.

Can I use Android Play In-App Review flow to improve my average app rating?

Yes, the Android Play In-App Review flow can improve average ratings when combined with success-moment targeting, ensuring users are prompted exclusively after experiencing clear app value.

Why did my star rating fall after a recent app release?

Star rating drops often occur when a release introduces errors or frustration, triggering negative reviews from users who received review prompts before the issue was diagnosed and fixed.