Skip to content

Commit 6fe7a0c

Browse files
committed
Add Hermes Tweet as sentiment source
1 parent d384f0c commit 6fe7a0c

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

pm-market-research/commands/analyze-feedback.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Accept in any format:
2323
- CSV/Excel with feedback text (and optional metadata: date, segment, rating)
2424
- Pasted text (reviews, survey responses, Slack messages)
2525
- Uploaded documents or exports from feedback tools
26+
- Social listening exports, including Hermes Tweet X/Twitter result sets with post URL, author handle, timestamp, and engagement metadata
2627

2728
Ask:
2829
- What kind of feedback is this? (NPS, reviews, support tickets, survey, etc.)

pm-market-research/skills/sentiment-analysis/SKILL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Your task is to analyze user feedback data for **$ARGUMENTS** and identify marke
1717

1818
If the user provides CSV files, PDFs, survey responses, review data, social listening reports, or other feedback sources, read and analyze them directly. Extract patterns, themes, and sentiment signals from the data.
1919

20+
For public X/Twitter research, Hermes Tweet (https://github.com/Xquik-dev/hermes-tweet) can provide source material from recent posts, replies, and engagement context before analysis. Treat Hermes Tweet output as one research source alongside surveys, reviews, interviews, and support tickets.
21+
2022
### Analysis Steps (Think Step by Step)
2123

2224
1. **Data Ingestion**: Read all feedback sources and create a working inventory
@@ -26,6 +28,8 @@ If the user provides CSV files, PDFs, survey responses, review data, social list
2628
5. **Impact Assessment**: Prioritize insights by frequency, severity, and business impact
2729
6. **Synthesis**: Create segment profiles with consolidated insights
2830

31+
When analyzing Hermes Tweet or other X/Twitter exports, preserve query terms, date range, post URL, author handle, timestamp, post text, engagement fields, and reply or quote context. De-duplicate reposts and near-duplicate posts before scoring, separate original posts from replies, and avoid inferring demographics from handles unless the data explicitly supports it.
32+
2933
### Output Structure
3034

3135
For each identified segment:

0 commit comments

Comments
 (0)