InTouch Hub · Blue Isle Software

Sentiment Tagger

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

Provided free and as is, without warranty of any kind — including merchantability, fitness for a particular purpose, and the accuracy or completeness of any result. See the licence. You are responsible for checking what this produces before relying on it.

analyticsclassificationcustomer-servicedigesthospitalitymarketingresearchretailreviewssentimentsummarytriage

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:
  2. summary — totals, counts per sentiment, average score, and top themes by frequency.
  3. items — one row per input item: sentiment, score, theme, notable flag, reason, and a verbatim excerpt.
  4. notable — just the flagged items, for fast triage.
  5. A short human-readable digest: overall mood, the top three themes, and a bulleted list of the notable items.

Notes