skills/app-store/review-response-writer/SKILL.md
Write professional, empathetic responses to App Store reviews that build trust and turn critics into fans. Use when responding to negative reviews, drafting templates for common review types, or improving review management strategy.
npx skillsauth add rshankras/claude-code-apple-skills review-response-writerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Write professional, empathetic responses to App Store reviews that build trust and turn critics into fans.
| Review Type | Respond? | Priority | |-------------|----------|----------| | 1-2 stars with feedback | Yes | High | | 3 stars with suggestions | Yes | Medium | | Bug reports (any rating) | Yes | High | | 4-5 stars with content | Yes | Low | | 4-5 stars generic praise | Optional | Low | | Abusive/inappropriate | Report, don't respond | - | | Competitor spam | Report, don't respond | - |
A - Acknowledge their experience
C - Clarify or provide solution
T - Thank them and invite continued feedback
[Greeting - use their name if signed]
[Acknowledge their frustration/praise]
[Address specific points they raised]
[Provide solution, workaround, or update info]
[Thank + future-focused closing]
[Sign-off with name/team]
Review: "App crashes every time I try to export. Waste of money. 1 star."
Response:
Hi [Name],
I'm really sorry about the export crashes — that's frustrating,
especially when you're trying to get work done.
We identified this issue and it's fixed in version X.X, which is
now available. If you update and still experience problems, please
reach out to [email protected] and we'll help you directly.
Thank you for taking the time to report this. It helps us improve.
— [Your Name], [App] Team
Review: "No dark mode? In 2024? Uninstalled."
Response:
Hi there,
You're absolutely right — dark mode is important, and we hear you.
Good news: dark mode is in active development and planned for our
next major update. If you'd like to be notified when it's ready,
drop us a note at [email protected].
Thanks for the feedback. We hope to welcome you back soon!
— [Your Name], [App] Team
Review: "Can't figure out how to do X. Bad design."
Response:
Hi [Name],
Thanks for reaching out. I can see how [X] might not be obvious
at first — we could definitely make it clearer.
Quick tip: you can access [X] by [simple instructions]. We're also
adding an in-app tutorial in our next update to help with this.
If you're still stuck, email us at [email protected] and we'll
walk you through it.
— [Your Name], [App] Team
Review: "Too expensive for what it does."
Response:
Hi [Name],
Thanks for sharing your thoughts on pricing. I understand — value
is important.
A few things that might help:
• We offer a free trial so you can test before committing
• The subscription includes [key benefits]
• We regularly run promotions — follow us @handle for updates
We're always working to add more value. If there's a specific
feature you'd find worth the price, we'd love to hear about it.
— [Your Name], [App] Team
Review: "Doesn't work. Terrible app."
Response:
Hi there,
I'm sorry to hear you're having trouble. We'd really like to help,
but need a bit more info to figure out what's going wrong.
Could you email us at [email protected] with:
• What you were trying to do
• What happened instead
• Your device and iOS version
We respond quickly and will do our best to get you sorted.
— [Your Name], [App] Team
Review: "Love this app! Would be perfect if it had X."
Response:
Thank you so much for the kind words! 🙏
Great suggestion on [X] — you're not the first to ask, and it's
on our roadmap. Can't promise exact timing, but it's coming.
If you have other ideas, we're all ears at [email protected].
Thanks for being a [App] user!
— [Your Name]
Review: "Great app, use it every day. 5 stars!"
Response:
Thank you! Reviews like this make our day. We're glad [App] is
helping you. If you ever need anything, we're here!
— The [App] Team
Review: [Previously reported bug]
Follow-up Response:
Hi [Name],
Quick update: the [issue] you reported has been fixed in version
X.X, now available in the App Store.
Thank you again for letting us know — you helped us make [App]
better for everyone.
If you get a chance to try the update, we'd love to know if it
resolved things for you.
— [Your Name], [App] Team
| Situation | Tone | |-----------|------| | Bug report | Apologetic, solution-focused | | Feature request | Appreciative, forward-looking | | Confusion | Helpful, educational | | Angry review | Calm, empathetic | | Positive review | Grateful, personable |
Don't respond. Report to Apple if it:
Signs of competitor spam:
Action: Report to Apple, don't engage.
Some users can't be pleased. After one genuine attempt:
If a review contains legal threats:
development
Build, install, and launch an iOS app on a physical iPhone or iPad entirely from the command line (no Xcode GUI), using xcodebuild + devicectl. Use when the user wants to run, test, or screenshot their app on a real device without opening Xcode.
development
Comprehensive iOS development guidance including Swift best practices, SwiftUI patterns, UI/UX review against HIG, and app planning. Use for iOS code review, best practices, accessibility audits, or planning new iOS apps.
development
Build, install, launch, and screenshot an iOS app in the Simulator to verify a change visually. Use when the user wants to run the app, see a change live, screenshot the running app, or confirm a UI fix actually works (not just that it compiles).
development
Audits skills in this repo for consistency, API drift, and structural gaps. Produces a prioritized report grouped by severity (Critical/High/Medium/Low). Use when asked to "audit skills", "check the skill repo for drift", or when planning bulk skill cleanup. Read-only — does not apply fixes.