review-intelligence-digestlisted
Install: claude install-skill gooseworks-ai/goose-skills
# Review Intelligence Digest
Scrape reviews for your product and top competitors, then extract what actually matters for marketing: the exact language customers use, recurring pain points, proof points that convert, and objections to pre-empt.
**Core principle:** Your best marketing copy is already written — by your customers, in their reviews. This skill surfaces it.
## When to Use
- "What are customers saying about us vs competitors?"
- "Find proof points and objections from our G2 reviews"
- "What language do our customers use to describe the problem we solve?"
- "Run a review audit for [client]"
- "What are [competitor]'s customers complaining about?"
## Phase 0: Intake
1. Your product name + review page URLs (G2, Capterra, Trustpilot — any/all)
2. Competitor names + their review page URLs (1-3 competitors recommended)
3. What are you trying to learn? (Pick primary focus or do all):
- **Messaging mining** — extract ICP language and proof points
- **Competitive displacement** — find competitor pain points to exploit
- **Objection mapping** — identify what's stopping people from buying/staying
- **Feature gaps** — what do customers wish existed?
4. Time range: last 3 months (default), last 6 months, or all time?
## Phase 1: Scrape Reviews
Run `review-site-scraper` for your product and each competitor:
```bash
# Your product
python3 skills/capabilities/review-site-scraper/scripts/scrape_reviews.py \
--platform g2 \
--url "<your_g2_url>" \
--days 90