InTouch Hub · Blue Isle Software

Sentiment Tagger

Tag a batch of messages/reviews with sentiment + theme and surface the notable ones.

sentimentreviewsclassificationtriage

Sentiment Tagger

Tag a batch of messages, reviews, or survey replies with sentiment and theme, then surface the ones that need a human's attention.

What it does

The InTouch AI assistant loads this skill as a prompt and runs it over a batch of short free-text items. For each item it assigns a sentiment (positive / neutral / negative / mixed), a score from -1.0 to +1.0, and a concise theme label. It then flags notable items — strong negatives, churn/refund/outage/safety signals, and standout positives worth using as testimonials — and rolls everything up into a summary.

What to feed it

Any of these:

Optional hints in the input:

What it returns

  1. A JSON object with: - summary — totals, counts per sentiment, average score, and top themes by frequency. - items — one row per input item: sentiment, score, theme, notable flag, reason, and a verbatim excerpt. - notable — just the flagged items, for fast triage.
  2. A short human-readable digest: overall mood, the top three themes, and a bulleted list of the notable items.

Notes