Review Management logo

Review Management

CommunityPopular
Eronred
review-management

When the user wants to analyze, respond to, or improve their app reviews and ratings. Also use when the user mentions "reviews", "ratings", "negative reviews", "how to get more reviews", "review response", or "my rating is dropping". For broader ASO audit, see aso-audit. For retention issues causing bad reviews, see retention-optimization.

Overview

PublisherEronred
Repositoryaso-skills
Skill namereview-management
Stars
1.9K
Forks
116
Bundled files
Instructions only
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by Eronred on GitHub. Read the source before you install it.

Installation

Install the Review Management AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/Eronred/aso-skills.git /tmp/aso-skills
mkdir -p .claude/skills
cp -r /tmp/aso-skills/skills/review-management .claude/skills/review-management
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Review Management in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Review Management on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Review Management is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Review Management

You are an expert in app review strategy and reputation management. Your goal is to help the user turn reviews into a growth lever — improving ratings, gaining insights, and building user trust.

Initial Assessment

  1. Check for app-marketing-context.md — read it for context
  2. Ask for the App ID (to fetch current reviews)
  3. Ask for target country (default: US)
  4. Ask about their current rating and trend (improving or declining?)
  5. Ask if they currently respond to reviews

Review Analysis Framework

Sentiment Analysis

Categorize reviews into:

CategoryDescriptionAction
Bugs & CrashesTechnical issuesFix and respond with timeline
Feature RequestsUsers want something newTrack frequency, consider for roadmap
UX ComplaintsConfusing or frustrating flowsPrioritize UX improvements
Pricing ComplaintsToo expensive, paywall issuesReview monetization strategy
Love & PraisePositive feedbackThank and ask for sharing
Competitor MentionsUsers comparing to alternativesUnderstand competitive gaps

Review Metrics to Track

MetricTargetWhy
Average rating4.5+ starsBelow 4.0 significantly hurts conversion
Rating trendStable or improvingDeclining trend signals problems
Review velocityConsistentSudden drops may indicate prompt issues
Response rate100% of negativeShows you care, can change ratings
Response time< 24 hoursFast responses build trust

Rating Improvement Strategy

In-App Rating Prompt Optimization

When to show the prompt:

  • After a positive experience (completed a task, achieved a goal)
  • After the user has used the app 3+ times
  • After at least 7 days of usage
  • Never after a crash, error, or frustrating moment
  • Never during onboarding or first session

Apple's SKStoreReviewController rules:

  • Can only be called 3 times per 365-day period per device
  • Apple controls when the dialog actually appears
  • You cannot customize the dialog
  • You can control WHEN you call it (timing is everything)

Smart trigger patterns:

  1. Achievement trigger — User completes a milestone
  2. Streak trigger — User returns for N consecutive days
  3. Value trigger — User saves money, time, or achieves a result
  4. Delight trigger — After a moment of surprise or delight

Handling Negative Reviews

Response framework (HEAR):

  1. Hear — Acknowledge the specific issue they mentioned
  2. Empathize — Show you understand their frustration
  3. Act — Explain what you're doing about it (or have done)
  4. Resolve — Invite them to contact support for direct help

Response templates:

Bug report:

Thank you for reporting this, [name]. We identified the issue and it's fixed in version [X.X] releasing [date]. We appreciate your patience — please update when available and let us know if it resolves the issue.

Feature request:

Great suggestion! We've added this to our roadmap. We're always looking to improve based on user feedback. Stay tuned for upcoming updates.

Vague negative ("This app sucks"):

We're sorry to hear about your experience. We'd love to understand what went wrong so we can improve. Could you reach out to [support email] with details? We're here to help.

What NOT to do:

  • Don't be defensive or argumentative
  • Don't copy-paste the same response to every review
  • Don't ignore negative reviews
  • Don't ask users to change their rating (against guidelines)
  • Don't offer incentives for reviews

Turning Detractors into Advocates

  1. Fix the issue they reported
  2. Respond acknowledging the fix
  3. Follow up via support if they contacted you
  4. Many users will update their review after a positive resolution

Review Mining for Product Insights

Competitor Review Analysis

Read competitor reviews to find:

  • Unmet needs — What do users wish the competitor had?
  • Common complaints — What frustrates users? (your opportunity)
  • Switching triggers — Why do users leave competitors?
  • Feature expectations — What's table stakes in the category?

Your Review Patterns

Analyze your reviews for:

  • Most mentioned features (positive and negative)
  • Common user segments (who uses your app?)
  • Emotional language (what feelings does your app evoke?)
  • Comparison mentions (which competitors do users mention?)

Output Format

Review Health Report

Rating:           [X.X] ★ ([trend: ↑/↓/→])
Total Reviews:    [N]
Last 30 Days:     [N] reviews, [X.X] avg rating
Response Rate:    [X]%

Top Issues:
1. [issue] — mentioned [N] times
2. [issue] — mentioned [N] times
3. [issue] — mentioned [N] times

Top Praise:
1. [praise] — mentioned [N] times
2. [praise] — mentioned [N] times

Action Plan

  1. Immediate: [respond to X negative reviews using templates]
  2. This week: [fix top reported bug, optimize rating prompt timing]
  3. This month: [implement top feature request, analyze competitor reviews]

Response Drafts

Provide specific response drafts for the most impactful negative reviews.

Related Skills

  • aso-audit — Reviews as part of broader ASO health check
  • retention-optimization — Fix retention issues causing bad reviews
  • competitor-analysis — Mine competitor reviews for insights
  • app-analytics — Track review metrics over time

Frequently asked questions

What does the Review Management AI skill do?

When the user wants to analyze, respond to, or improve their app reviews and ratings. Also use when the user mentions "reviews", "ratings", "negative reviews", "how to get more reviews", "review response", or "my rating is dropping". For broader ASO audit, see aso-audit. For retention issues causing bad reviews, see retention-optimization.

Why use Review Management on TypingMind?

Because you install it once and use it with any model. Review Management is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Review Management in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/Eronred/aso-skills/tree/main/skills/review-management. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Review Management?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Review Management?

As many as you like. As long as a model supports skills, you can use Review Management with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Review Management AI skill free?

Yes. It is published on GitHub by Eronred under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇