reddit-sentiment-analysis
Conduct comprehensive sentiment analysis of Reddit discussions for any product, brand, company, or topic. Analyzes what people like, dislike, and wish were different with structured output summaries.
npx skills add majiayu000/claude-skill-registry --skill reddit-sentiment-analysis --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Reddit Sentiment Analysis Skill ## Purpose This skill enables systematic sentiment analysis of Reddit discussions to understand community opinions, preferences, and desires about products, brands, games, companies, or any topic. It produces actionable insights about what people like, what they criticize, and what improvements they wish for. ## When to Use This Skill Use this skill when you need to: - Analyze community sentiment about games, products, or brands - Understand what features/aspects users appreciate - Identify common complaints and pain points - Discover what improvements or changes users desire - Generate competitive intelligence from community discussions - Track sentiment trends over time for a topic - Make data-driven product decisions based on user feedback ## Prerequisites This skill requires the Reddit MCP server to be configured in `.mcp.json`: ```json { "mcpServers": { "reddit": { "command": "uvx", "args": ["mcp-server-reddit"] } } } ``` ## Core Workflow ### Phase 1: Target Identification and Data Collection **1. Define Analysis Target** - Identify the product/brand/game/topic to analyze - Determine relevant subreddits (e.g., r/gaming, r/Games, product-specif
- Purpose
- When to Use This Skill
- Prerequisites
- Core Workflow
- Phase 1: Target Identification and Data Collection
- Phase 2: Sentiment Classification
- Phase 3: Entity and Aspect Extraction
- Phase 4: Aggregation and Summarization
- Implementation Protocol
- Step 1: Create Todo List
- Step 2: Parallel Data Collection
- Step 3: Parallel Comment Analysis
- Step 4: Sentiment Analysis Engine
- Step 5: Generate Report
What does the reddit-sentiment-analysis skill do?
Conduct comprehensive sentiment analysis of Reddit discussions for any product, brand, company, or topic. Analyzes what people like, dislike, and wish were different with structured output summaries.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill reddit-sentiment-analysis --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
