home / skills / gtmagents / gtm-agents / sentiment-analysis
This skill analyzes community feedback to identify sentiment, trends, and risks, enabling prioritized actions and executive updates.
npx playbooks add skill gtmagents/gtm-agents --skill sentiment-analysisReview the files below or copy the command above to add this skill to your agents.
---
name: sentiment-analysis
description: Use to interpret qualitative feedback, trends, and risks across community
channels.
---
# Community Sentiment Analysis Skill
## When to Use
- Monitoring community tone during launches, incidents, or roadmap changes.
- Preparing executive updates that require member sentiment context.
- Prioritizing response or enablement efforts based on emerging themes.
## Framework
1. **Signal Sources** – forums, chat transcripts, surveys, social listening, support tickets.
2. **Tagging Schema** – categorize by emotion, topic, product area, persona, and severity.
3. **Trend Analysis** – track frequency over time, correlate with launches or incidents.
4. **Risk Scoring** – define thresholds for escalation (negative volume, influencer involvement, compliance).
5. **Action Loop** – translate findings into comms responses, content updates, or product feedback tasks.
## Templates
- Sentiment tagging sheet (message → tags → severity → owner).
- Trend report layout with charts + narrative.
- Escalation matrix referencing response SLAs.
## Tips
- Combine manual review with NLP dashboards to balance accuracy + scale.
- Capture representative quotes for exec storytelling.
- Pair with `measure-engagement` command to provide recommendations alongside metrics.
---
This skill interprets qualitative feedback, trends, and risks across community channels to surface actionable insights for GTM teams. I built it to combine tag-based analysis, trend detection, and risk scoring so teams can act quickly on member sentiment. It supports executive summaries, escalation, and prioritization of responses.
The skill ingests signals from forums, chat transcripts, surveys, social listening, and support tickets and applies a consistent tagging schema for emotion, topic, product area, persona, and severity. It computes trend lines and risk scores, flags influencer involvement or policy risk, and generates templated reports and escalation recommendations. Outputs include a sentiment-tagged dataset, visual trend summaries, and owner-assigned action items.
What sources should I feed into the skill?
Include forums, chat transcripts, survey responses, social listening streams, and support tickets for a holistic view.
How do you handle tagging accuracy?
I recommend hybrid validation: automated NLP for scale plus regular human audits and schema updates to prevent drift.
When should sentiment trigger escalation?
Escalate when negative volume crosses a predefined threshold, influencers are involved, or messages indicate compliance/reputation risk.