Sentiment Monitoring
When to Use
- Founder wants to track what customers and the public are saying about their product
- Founder wants to catch bad reviews early and respond before they spread
- Founder wants to understand community sentiment trends over time
- Founder wants to monitor specific review platforms for new reviews
This is different from review-mining (mining competitor reviews for pain points). This skill monitors your OWN product's reputation.
Context Required
- Product name and any common misspellings or abbreviations
- Platforms to monitor — the founder must provide the list of places to watch. Common options:
- Product Hunt (product page reviews and comments)
- Google Maps / Google Business reviews
- G2, Capterra, TrustRadius
- Trustpilot
- App Store / Play Store
- Reddit mentions
- Twitter/X mentions
- Hacker News mentions
- Industry-specific forums
- Monitoring frequency (daily for post-launch, weekly for steady state)
- Response policy — does the founder want draft responses for negative reviews?
- Escalation threshold — what severity warrants immediate attention?
Workflow
- Set up the monitoring list — the founder provides which platforms to watch. For each platform, note:
- Direct URL to the product's review/listing page
- Current rating and review count (baseline)
- How to check for new reviews (RSS, manual, API, or alert tool)
- Define the severity scale — categorize incoming sentiment:
- Critical (respond within 24h): public accusations of data loss, security issues, billing fraud, or legal threats. 1-star reviews with detailed complaints that could go viral.
- Negative (respond within 48h): legitimate complaints about bugs, missing features, poor support, or pricing frustration. 1-2 star reviews.
- Mixed (respond within 1 week): 3-star reviews with constructive feedback. "Good product but..."
- Positive (acknowledge): 4-5 star reviews. Thank the reviewer, ask for referrals.
- Scan platforms — check each platform on the founder's list for new reviews, mentions, or discussions since the last scan.
- Analyze each finding — for every new review or mention:
- Platform and date
- Sentiment: positive / mixed / negative / critical
- Core issue: what specifically is the person saying (quote verbatim)
- Validity: is this a legitimate product issue, user error, or bad-faith review?
- Impact: how visible is this? (high-traffic platform, many upvotes, or buried)
- Pattern: does this match other recent complaints? (signals a systemic issue)
- Draft responses — for negative and critical reviews, draft a response that:
- Acknowledges the issue without being defensive
- Shows the complaint was heard and understood
- Offers a specific next step (DM, email, fix timeline)
- Is written in the founder's voice, not corporate PR speak
- Flag patterns — if 3+ reviews mention the same issue, escalate it as a product issue, not just a review problem.
- Generate the sentiment report — summary of findings with trends.
Output Format
## Sentiment Report — [Date Range]
### Overview
- **Reviews scanned:** [count across all platforms]
- **New since last scan:** [count]
- **Sentiment breakdown:** [X positive, Y mixed, Z negative, W critical]
- **Average rating trend:** [up/down/stable vs. last period]
### Critical & Negative Items (action required)
**[Platform] — [Star Rating] — [Date]**
> "[Verbatim quote or summary]"
- **Core issue:** [what they're actually complaining about]
- **Validity:** [Legitimate / User error / Bad faith]
- **Pattern:** [First mention / Recurring — also seen on X, Y]
- **Suggested response:**
> [Draft response in founder's voice]
### Emerging Patterns
| Issue | Mentions This Period | Platforms | First Seen | Trend |
|-------|---------------------|-----------|------------|-------|
| [Issue] | [count] | [platforms] | [date] | [new / growing / stable] |
### Positive Highlights
- [Platform]: "[positive quote]" — consider using as testimonial
- [Platform]: "[positive quote]" — share on social
### Recommended Actions
- [ ] Respond to [N] critical/negative reviews (drafts above)
- [ ] Investigate [issue] — mentioned [N] times across [platforms]
- [ ] Request reviews from happy customers to offset [negative trend]
Frameworks & Best Practices
Response principles for negative reviews:
- Speed matters — respond within 24-48 hours. Unanswered negative reviews signal "they don't care."
- Acknowledge, don't argue — "I hear you" beats "Actually, you're wrong" every time
- Take it offline — "I'd love to look into this — can you email me at founder@company.com?" moves the conversation out of public view
- Be the founder — sign with your name and title. "— Alex, CEO" hits differently than a generic support reply
- Fix the issue, then update — come back to the review after fixing the problem: "We shipped a fix for this last week"
Platform-specific notes:
| Platform |
Review visibility |
Response capability |
Notes |
| Product Hunt |
High (launch day) |
Comments only |
Critical during and after launch. Engage in comments actively. |
| Google Maps |
High (local SEO) |
Owner response |
Directly affects local search ranking. Respond to everything. |
| G2 |
High (B2B buyers) |
Vendor response |
Enterprise buyers read these. Detailed responses matter. |
| Trustpilot |
High (consumer) |
Business response |
Invite happy customers to balance. TrustScore affects visibility. |
| App Store |
High (affects downloads) |
Developer response |
Apple limits response frequency. Be concise. |
| Reddit |
Variable |
Comment as user |
Don't astroturf. Be transparent about who you are. |
When negative reviews are actually gifts:
- Specific, actionable complaints point to real product gaps — treat them as free user research
- A pattern of "love the product but X is broken" means you have product-market fit with a fixable issue
- No negative reviews at all usually means no one is using the product
Common mistakes:
- Monitoring without responding (worse than not monitoring)
- Getting defensive or arguing publicly with reviewers
- Only monitoring one platform (customers complain wherever they are, not where you're watching)
- Treating all negative reviews equally (a billing fraud accusation ≠ a UI complaint)
- Not feeding review insights back into the product roadmap
Related Skills
review-mining — for mining COMPETITOR reviews (this skill monitors YOUR reviews)
feedback-synthesis — for synthesizing feedback patterns into product decisions
churn-analysis — negative reviews often correlate with churn signals
community-discovery — to find communities where people discuss your product
Examples
Prompt: "Set up monitoring for our reviews. We're on Product Hunt, G2, Trustpilot, and the App Store."
Good output includes: Monitoring checklist for all 4 platforms with current baselines, severity scale customized to the product, and a template for the weekly sentiment report.
Prompt: "We got 3 bad reviews on G2 this week. Help me respond."
Good output includes: Analysis of each review (core issue, validity, pattern detection), draft responses in the founder's voice, and a flag if the issues point to a systemic product problem.
1---2name: sentiment-monitoring3description: When the user wants to monitor reviews, mentions, and community sentiment about their own product. Also use when the user mentions "track our reviews", "what are people saying about us", "brand monitoring", "reputation management", or "review alerts".4---5
6# Sentiment Monitoring
7
8## When to Use
9- Founder wants to track what customers and the public are saying about their product
10- Founder wants to catch bad reviews early and respond before they spread
11- Founder wants to understand community sentiment trends over time
12- Founder wants to monitor specific review platforms for new reviews
13
14This is **different from `review-mining`** (mining competitor reviews for pain points). This skill monitors your OWN product's reputation.
15
16## Context Required
17- **Product name** and any common misspellings or abbreviations
18- **Platforms to monitor** — the founder must provide the list of places to watch. Common options:
19 - Product Hunt (product page reviews and comments)
20 - Google Maps / Google Business reviews
21 - G2, Capterra, TrustRadius
22 - Trustpilot
23 - App Store / Play Store
24 - Reddit mentions
25 - Twitter/X mentions
26 - Hacker News mentions
27 - Industry-specific forums
28- **Monitoring frequency** (daily for post-launch, weekly for steady state)
29- **Response policy** — does the founder want draft responses for negative reviews?
30- **Escalation threshold** — what severity warrants immediate attention?
31
32## Workflow
33
341. **Set up the monitoring list** — the founder provides which platforms to watch. For each platform, note:
35 - Direct URL to the product's review/listing page
36 - Current rating and review count (baseline)
37 - How to check for new reviews (RSS, manual, API, or alert tool)
382. **Define the severity scale** — categorize incoming sentiment:
39 - **Critical** (respond within 24h): public accusations of data loss, security issues, billing fraud, or legal threats. 1-star reviews with detailed complaints that could go viral.
40 - **Negative** (respond within 48h): legitimate complaints about bugs, missing features, poor support, or pricing frustration. 1-2 star reviews.
41 - **Mixed** (respond within 1 week): 3-star reviews with constructive feedback. "Good product but..."
42 - **Positive** (acknowledge): 4-5 star reviews. Thank the reviewer, ask for referrals.
433. **Scan platforms** — check each platform on the founder's list for new reviews, mentions, or discussions since the last scan.
444. **Analyze each finding** — for every new review or mention:
45 - **Platform and date**
46 - **Sentiment:** positive / mixed / negative / critical
47 - **Core issue:** what specifically is the person saying (quote verbatim)
48 - **Validity:** is this a legitimate product issue, user error, or bad-faith review?
49 - **Impact:** how visible is this? (high-traffic platform, many upvotes, or buried)
50 - **Pattern:** does this match other recent complaints? (signals a systemic issue)
515. **Draft responses** — for negative and critical reviews, draft a response that:
52 - Acknowledges the issue without being defensive
53 - Shows the complaint was heard and understood
54 - Offers a specific next step (DM, email, fix timeline)
55 - Is written in the founder's voice, not corporate PR speak
566. **Flag patterns** — if 3+ reviews mention the same issue, escalate it as a product issue, not just a review problem.
577. **Generate the sentiment report** — summary of findings with trends.
58
59## Output Format
60
61```markdown
62## Sentiment Report — [Date Range]
63
64### Overview
65- **Reviews scanned:** [count across all platforms]
66- **New since last scan:** [count]
67- **Sentiment breakdown:** [X positive, Y mixed, Z negative, W critical]
68- **Average rating trend:** [up/down/stable vs. last period]
69
70### Critical & Negative Items (action required)
71
72**[Platform] — [Star Rating] — [Date]**
73> "[Verbatim quote or summary]"
74- **Core issue:** [what they're actually complaining about]
75- **Validity:** [Legitimate / User error / Bad faith]
76- **Pattern:** [First mention / Recurring — also seen on X, Y]
77- **Suggested response:**
78 > [Draft response in founder's voice]
79
80### Emerging Patterns
81| Issue | Mentions This Period | Platforms | First Seen | Trend |
82|-------|---------------------|-----------|------------|-------|
83| [Issue] | [count] | [platforms] | [date] | [new / growing / stable] |
84
85### Positive Highlights
86- [Platform]: "[positive quote]" — consider using as testimonial
87- [Platform]: "[positive quote]" — share on social
88
89### Recommended Actions
90- [ ] Respond to [N] critical/negative reviews (drafts above)
91- [ ] Investigate [issue] — mentioned [N] times across [platforms]
92- [ ] Request reviews from happy customers to offset [negative trend]
93```
94
95## Frameworks & Best Practices
96
97**Response principles for negative reviews:**
98- **Speed matters** — respond within 24-48 hours. Unanswered negative reviews signal "they don't care."
99- **Acknowledge, don't argue** — "I hear you" beats "Actually, you're wrong" every time
100- **Take it offline** — "I'd love to look into this — can you email me at founder@company.com?" moves the conversation out of public view
101- **Be the founder** — sign with your name and title. "— Alex, CEO" hits differently than a generic support reply
102- **Fix the issue, then update** — come back to the review after fixing the problem: "We shipped a fix for this last week"
103
104**Platform-specific notes:**
105| Platform | Review visibility | Response capability | Notes |
106|----------|------------------|--------------------|----|
107| Product Hunt | High (launch day) | Comments only | Critical during and after launch. Engage in comments actively. |
108| Google Maps | High (local SEO) | Owner response | Directly affects local search ranking. Respond to everything. |
109| G2 | High (B2B buyers) | Vendor response | Enterprise buyers read these. Detailed responses matter. |
110| Trustpilot | High (consumer) | Business response | Invite happy customers to balance. TrustScore affects visibility. |
111| App Store | High (affects downloads) | Developer response | Apple limits response frequency. Be concise. |
112| Reddit | Variable | Comment as user | Don't astroturf. Be transparent about who you are. |
113
114**When negative reviews are actually gifts:**
115- Specific, actionable complaints point to real product gaps — treat them as free user research
116- A pattern of "love the product but X is broken" means you have product-market fit with a fixable issue
117- No negative reviews at all usually means no one is using the product
118
119**Common mistakes:**
120- Monitoring without responding (worse than not monitoring)
121- Getting defensive or arguing publicly with reviewers
122- Only monitoring one platform (customers complain wherever they are, not where you're watching)
123- Treating all negative reviews equally (a billing fraud accusation ≠ a UI complaint)
124- Not feeding review insights back into the product roadmap
125
126## Related Skills
127- `review-mining` — for mining COMPETITOR reviews (this skill monitors YOUR reviews)
128- `feedback-synthesis` — for synthesizing feedback patterns into product decisions
129- `churn-analysis` — negative reviews often correlate with churn signals
130- `community-discovery` — to find communities where people discuss your product
131
132## Examples
133
134**Prompt:** "Set up monitoring for our reviews. We're on Product Hunt, G2, Trustpilot, and the App Store."
135
136**Good output includes:** Monitoring checklist for all 4 platforms with current baselines, severity scale customized to the product, and a template for the weekly sentiment report.
137
138**Prompt:** "We got 3 bad reviews on G2 this week. Help me respond."
139
140**Good output includes:** Analysis of each review (core issue, validity, pattern detection), draft responses in the founder's voice, and a flag if the issues point to a systemic product problem.