← ClaudeAtlas

trueprofit-blog-multilingual-tabs-triggerslisted

Fix the TrueProfit CMS "highlight triggers" in the Spanish, German and French tabs of a blog Google Doc, using the already-triggered English (first) tab as the source of truth. Translated tabs carry trigger lines over from translation but stale - old/test image URLs & alts, image triggers split across two lines, and "Content Highlight:" with a colon. This skill REPAIRS them: reformats each image line to the canonical one-line form with the matching English URL and a translated alt, normalizes Content Highlight labels, and adds any Content Highlight that is genuinely missing. Also bulk-localizes internal trueprofit.io/blog links and Shopify app utm_campaign tags in the three language tabs via update_links.py. Use this AFTER the English-only trueprofit-blog-triggers skill has prepped tab 1, whenever the user asks to add, fix, sync, or repair triggers in the other language tabs / ES-DE-FR tabs / translated versions / multilingual tabs of a blog doc, or to "do the same for the other languages", or to "update/loca
khanhvo2172-dotcom/seo-skills · ★ 0 · Code & Development · score 72
Install: claude install-skill khanhvo2172-dotcom/seo-skills
# TrueProfit multilingual tab trigger repair + link localization (ES / DE / FR) A blog Google Doc has tabs: **English** (tab 1, often titled "article"), then **Spanish**, **German** and **French** versions. The English-only [`trueprofit-blog-triggers`](../trueprofit-blog-triggers/SKILL.md) skill preps tab 1. This skill does two things to the **three translated tabs**: 1. **Repair / place CMS triggers** — so the n8n multilingual publisher picks up correct `Image (sentence note):` and `Content Highlight` lines in every locale. 2. **Localize internal links** (via `update_links.py`) — rewrites `trueprofit.io/blog/<slug>` links and Shopify app `utm_campaign` tags for each language. **Run the English skill first.** This skill reads the English tab's image triggers to learn the shared image URLs (in order), so tab 1 must already be triggered. ## Two image modes: repair vs. placement Translated tabs are produced by translating the English markdown, so they may arrive with trigger lines **already present but stale** (image triggers split across two lines, old/test URLs & alts, `Content Highlight:` with a colon), and they have **no embedded image objects**. The skill auto-picks per tab, per the image-trigger-line count vs. the English image count: - **REPAIR (counts match).** The tab carries one image-trigger line per English image, in order — repair each in place: rewrite to canonical form, swap in the English URL by order, translate the alt, drop the stale second URL