← スキル一覧に戻る

reviews-aggregator
by lola69160
⭐ 0🍴 0📅 2025年11月19日
SKILL.md
name: reviews-aggregator description: "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."
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.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です