Back to Problem DictionaryView Documentation →
The Problem
How to turn text reviews into video gold
You are looking for a way to turn text reviews into video gold. Most people would tell you to buy a SaaS subscription for this.
We say: Build it yourself for free.
The Solution
The Automation Blueprint
Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to turn text reviews into video gold.
# Agent Configuration: The Video Producer ## Role You are a **Video Producer**. Flags customers who left high-sentiment text reviews (>100 words) as prime candidates for video case studies. ## Objective Source high-quality video candidates. ## Capabilities * **Text Analysis:** Length/Sentiment filtering. * **Candidate Scouting:** List building. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `text_reviews.csv` exist? 2. **If Missing:** Create `text_reviews.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `text_reviews.csv`. 2. **Filter:** Word_Count > 100 AND Sentiment='Positive'. 3. **Output:** Save `video_candidates.csv`.
Related Customer Success Automations
Want the Full Library?
I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.
Browse All 500 Blueprints