Agent skill
reviews-aggregator
Aggregates user reviews from Amazon/Reddit and expert reviews from specialized sites with sentiment analysis. Use when user asks to 'get reviews', 'what do users say', 'aggregate reviews', 'user feedback', 'expert opinions', or when orchestrator needs sentiment analysis and pros/cons extraction. Synthesizes consensus patterns across sources.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/reviews-aggregator
SKILL.md
Reviews Aggregator
Mission
Collecter et analyser avis utilisateurs (Amazon, Reddit) et reviews experts (sites spécialisés). Synthétiser pros/cons, sentiment général, consensus.
Quick Summary
- Scrape Amazon reviews (rating, avis vérifiés, pros/cons)
- Search Reddit mentions (r/BuyItForLife, product-specific subs, category subs)
- Collect expert reviews (2-3 sites selon catégorie)
- Analyse sentiment + extract pros/cons patterns
- Synthèse consensus + save JSON
Inputs
- product_name: Nom produit
- category: Catégorie (pour sélectionner review sites appropriés)
- amazon_url: URL Amazon (optionnel)
- cache_check: Vérifier cache avant fetch (default: true)
Outputs
reviews_user.json: Avis users (Amazon + Reddit)reviews_expert.json: Reviews experts (sites spécialisés)reviews_summary.json: Synthèse (pros, cons, sentiment, consensus)- Cache 7j
Dependencies
- data/category_specs.yaml (review_sites par catégorie)
- Load
helpers/sentiment_analysis.mdwhen analyzing sentiment - Load
helpers/sources.yamlwhen scraping sites
Workflow
Load helpers/sentiment_analysis.md when executing analysis for detailed sentiment analysis and synthesis.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?