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/lola69160/claude-product-comparison/tree/main/skills/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.
report-generator
Generates professional markdown comparison report with tables, executive summary, and verdict by use case. Use when user asks to 'generate report', 'create comparison report', 'synthesize comparison', 'write comparison', or when orchestrator has completed all data collection. Creates structured report with specs tables, pros/cons, pricing analysis, and actionable recommendations.
pricing-tracker
Tracks current pricing and availability across multiple retailers with price comparison. Use when user asks about 'price', 'how much', 'where to buy', 'pricing comparison', 'best deal', 'availability', or when orchestrator needs current market pricing data. Checks Amazon and category-specific retailers.
documentation-updater
specs-collector
Collects complete technical specifications from manufacturer sites, Amazon, and review sites with schema validation. Use when user asks to 'get specs', 'collect specifications', 'find technical details', 'product specifications', or when orchestrator needs detailed product specs. Validates data completeness against category requirements.
product-research-orchestrator
Coordinates complete comparison of 2 products with parallel subagents and result aggregation. Use when user asks to 'compare X vs Y', 'compare two products', 'research products for comparison', mentions comparing items for purchase decision, or requests product analysis. Handles product validation, cache checking, parallel data collection (specs, reviews, pricing), and comprehensive report generation.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
Didn't find tool you were looking for?