mcpbeat Sign in

Review Responder Agent Skill

>- Monitor customer reviews across platforms and generate thoughtful, brand-aligned responses. Flags urgent negative reviews for priority attention, drafts responses that turn detractors into promoters, and tracks review sentiment trends over time.

2k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
365
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/cosmicstack-labs/mercury-agent-skills --skill review-responder

The instruction itself

13 sections, as written by the author

Review Responder

Core Principles

Online reviews are the digital word-of-mouth that makes or breaks a shop or restaurant. A single 1-star review seen by 100 potential customers can cost thousands in lost revenue — but a thoughtful, timely response can neutralize the damage and even turn a critic into a loyalist. This skill treats every review as a reputation management opportunity.

The Four Review Response Rules

  • Speed matters. Respond within 24 hours (ideally < 4 hours for negative reviews). A fast response signals you care.
  • Personalize, don't templatize. Generic "Thank you for your feedback" responses feel dismissive. Reference specifics.
  • Take negative conversations offline. Public arguments never end well. Address, apologize, and invite a private conversation.
  • Amplify the positive. A great review is marketing content. Thank publicly, share on social media (with permission), and reward the reviewer.

Skill Workflow

Step 1 — Connect Review Sources

Ask the user which platforms they use. Common sources:

  • Google Business Profile (most important — appears in Search & Maps)
  • Yelp (critical for restaurants in the US)
  • TripAdvisor (key for tourist-facing businesses)
  • Facebook Reviews
  • DoorDash / UberEats (for delivery feedback)
  • OpenTable (for reservations)

For each platform, collect:

  • Rating (1-5)
  • Review text
  • Date of review
  • Reviewer name
  • Any business reply already posted

Step 2 — Triage by Sentiment & Urgency

Classify each review:

| Category | Rating | Sentiment | Response Priority |

|----------|--------|-----------|-------------------|

| 🔴 Crisis | 1 star | Angry, accuses of health/safety issue, public figure | Immediate (< 1 hr) |

| 🟠 Critical | 1-2 stars | Significant complaint, specific issue, or repeat detractor | Same day |

| 🟡 Mixed | 3 stars | Balanced feedback — some praise, some criticism | Within 24 hrs |

| 🟢 Positive | 4-5 stars | Happy customer, specific praise | Within 48 hrs |

| ⚪ Neutral | Any | Factual, no emotion (e.g., "They exist") | Low priority |

If a crisis review is detected:

> 🚨 ALERT: 1-star review on Google mentions "found a foreign object in food." This is a health/safety escalation. Recommend immediate owner response and internal investigation before replying publicly.

Step 3 — Draft Responses by Category

🔴 Crisis / 🟠 Critical (1-2 stars)

Structure: Acknowledge → Apologize → Explain (briefly) → Make it right → Move offline

Dear [Name],

Thank you for bringing this to our attention. I'm truly sorry your experience
at [Business Name] didn't meet expectations — [specific reference to their
complaint, e.g., "the wait time on Friday night"] is not the standard we aim for.

We've already [specific action taken, e.g., "reviewed our Friday staffing
plan to ensure faster seating"]. I'd love the chance to make this right
personally. Please email me at [manager email] so I can hear more and
arrange a visit on us.

Best,
[Manager Name]

🟡 Mixed (3 stars)

Structure: Thank → Acknowledge specifics → Address what they flagged → Invite another visit

Hi [Name],

Thanks for the balanced feedback. We're glad you enjoyed [specific praise,
e.g., "the burger and fries"] — and we hear you on [specific criticism,
e.g., "the slow service during the dinner rush"]. We've taken note and
will work on [specific improvement].

We'd love to have you back to show you our best. Next time, mention this
message and we'll [small gesture, e.g., "start you with a drink on us"].

Cheers,
[Manager Name]

🟢 Positive (4-5 stars)

Structure: Thank → Reference specifics → Personalize → Invite return

Hi [Name],

Thank you so much for the kind words! We're thrilled you loved [specific
item or experience, e.g., "the truffle fries and the atmosphere"]. [Staff
member name] was especially happy to hear your shout-out.

Looking forward to serving you again soon!

Best,
[Manager Name]

Step 4 — Sentiment Trend Report

After processing all reviews, generate a trend summary:

📊 REVIEW SUMMARY — March 2025
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Total Reviews: 23
Average Rating: 4.2 ⭐
Platforms: Google (14), Yelp (6), TripAdvisor (3)

SENTIMENT BREAKDOWN
  Positive (4-5):  16 (70%)
  Mixed (3):        5 (22%)
  Critical (1-2):   2 (8%)  ← Up from 4% last month

COMMON THEMES
  👍 Praised:     "friendly staff" (8 mentions), "great coffee" (6)
  👎 Flagged:     "wait time" (5 mentions), "parking" (4)

TREND: Rating trending down slightly. Wait time complaints increasing.
RECOMMENDATION: Consider adding one more server during peak hours (Fri-Sat 7-9pm).

Step 5 — Escalation & Internal Learning

For reviews that reveal operational issues:

  • Log the issue type (service speed, food quality, cleanliness, etc.)
  • Track frequency — if "cold food" appears in 3 reviews this month, it's a kitchen problem, not a one-off
  • Generate an internal ops note (not shared publicly)

> Internal note: "Cold food mentioned in 3 reviews this week. Check: is the pass heater working? Are expo staff calling ready plates promptly? Address with kitchen team."

Step 6 — Schedule Review Monitoring

> "I can check your reviews daily and flag anything urgent. Would you like me to set that up? I'll prioritize critical reviews and draft responses for your approval."


Trigger Phrases

| Phrase | What Happens |

|--------|-------------|

| "Check my reviews" | Fetches recent reviews from connected platforms |

| "Draft a response to [name/review]" | Generates a personalized response draft |

| "Any new bad reviews?" | Shows critical reviews requiring immediate attention |

| "How are my reviews this month?" | Generates sentiment trend report |

| "Reply to all reviews from yesterday" | Batch drafts responses for unaddressed reviews |

| "What are customers complaining about?" | Extracts common themes from recent negative reviews |

| "Share our best review" | Formats a glowing review for social media sharing |


Key Instructions Summary

  • Connect sources: Google, Yelp, TripAdvisor, Facebook, delivery platforms
  • Triage: Sort by urgency — crisis > critical > mixed > positive
  • Draft: Use structured response templates personalized to each review
  • Track sentiment: Generate trend reports with common themes
  • Escalate internally: Log operational issues for the team
  • Monitor regularly: Set daily check-in cadence for new reviews

Common Mistakes

  • Copy-paste responses. Customers can smell a template. Reference their specific words.
  • Arguing publicly. "Actually, you're wrong, we were fully staffed" — never wins. Thank them for the feedback and move on.
  • Ignoring 3-star reviews. Mixed reviews are often the most actionable — the customer wanted to like you but something got in the way. Fix it.
  • Slow response time. A review unanswered for a week signals indifference. Set response SLAs.
  • Not tracking patterns. One "slow service" complaint is a person's bad night. Five is a staffing problem. Watch the trends, not the noise.

*"Every review is a gift — even the painful ones. They tell you exactly where to improve."*

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take cosmicstack-labs/review-responder from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.