← ClaudeAtlas

compare-content-between-ggdocs-live-urllisted

Compares the content of a TrueProfit blog article between its Google Docs source and its live URL on trueprofit.io. Use this skill whenever the user asks to compare, diff, check, or detect differences between a Google Doc tab and a live blog page. Also trigger when the user says things like "check if the live page matches the doc", "any differences between doc and URL", "compare doc vs live", "is the content synced", or provides a pair of Google Docs URL plus trueprofit.io blog URL. This skill covers text, links, data benchmarks, FAQs, formatting, and section ordering comparisons.
khanhvo2172-dotcom/seo-skills · ★ 0 · Code & Development · score 72
Install: claude install-skill khanhvo2172-dotcom/seo-skills
# Compare Content Between Google Docs and Live URL ## Required inputs Use this skill when the user provides: - A Google Docs URL, optionally with a `?tab=t.xxxx` parameter. - A live TrueProfit blog URL, usually `https://trueprofit.io/blog/...`. Optionally use an uploaded raw HTML file, usually named like `view-source_*.html`, to verify callout block content that markdown extraction misses. ## Workflow ### 1. Fetch the Google Doc source Read the Google Doc content with the available Google Drive file-reading tool, using the file ID from the Docs URL. - Compare only the specific tab or section the user shared. - If the Docs URL includes `?tab=t.xxxx`, treat that tab as the source of truth. - If there are multiple content versions such as `Content 2025`, `Content 2026`, localized tabs, research, SERP, or outline tabs, ignore unrelated tabs. - If no tab is explicit but the live URL or title implies a year, choose the content version matching the live article year. ### 2. Fetch the live article Fetch the live TrueProfit URL as markdown when possible. Compare only the article body: - Start at the H1 heading. - End just before the author bio section, identified in HTML as `div class="style_wrap-bio__oleBA wrap-bio"`. - Include the FAQ section. - Exclude navigation, header menus, footer, related blogs, sidebar CTAs, newsletter signup, and other site chrome. ### 3. Account for markdown extraction limits TrueProfit custom styled callout blocks are often present in raw HTM