What problem does it solve?
DevExpert testimonials management often requires manual ingestion and formatting. This skill automates importing testimonials from Google Sheets or TSV, formats text, crops profile images to a consistent 400x400, updates a centralized JSON data store, and optionally updates the AI Expert IDs in src/pages/cursos/expert/ai.astro.
Core Features & Use Cases
- Automatically import new testimonials from Google Sheets or TSV sources.
- Download and crop profile images to a consistent 400x400 size, using face detection when available.
- Update the testimonials data in src/data/testimonials.json and optionally the AI Expert IDs in src/pages/cursos/expert/ai.astro.
- Ideal for marketing, customer success, and content teams who onboard new testimonials and maintain AI mappings.
Quick Start
Install dependencies and run the testimonials import workflow to fetch data from Google Sheets or TSV, process images, and update the AI Expert IDs.