Blog Rewriter: Optimize Existing Posts

Rewrite and optimize existing blog posts for Google SEO (May 2026 Core Update, E-E-A-T) and AI citation visibility as one SEO discipline.

How to use it

  1. Hit Copy the whole skill.
  2. Claude: ⋯ → Download .md, then Customize → Skills → Add → Upload skill.
    ChatGPT: make a Project and paste it into Instructions.
    Neither? Paste it at the top of a new chat — it works for that chat.
  3. Describe your job in plain words. The AI follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit AgriciDaniel/claude-blog/skills/blog-rewrite#main ~/.claude/skills/blog-rewrite-2

For one project only, change the path to .claude/skills/blog-rewrite-2.

Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Show the full text365 lines
blog-rewrite-2/SKILL.md365 lines18.1 KBpushed 60d agoRawView on GitHub

Blog Rewriter: Optimize Existing Posts

Rewrites and optimizes existing blog posts for dual ranking: Google search and AI citation platforms. Preserves the author's voice while applying the 6 pillars of optimization.

Key references:

  • skills/blog/references/quality-scoring.md - 5-category scoring (Content 30, SEO 25, E-E-A-T 15, Technical 15, AI Citation 15)
  • skills/blog/references/eeat-signals.md - Experience, expertise, authority, trust markers
  • skills/blog/references/internal-linking.md - Linking strategy and anchor text rules
  • skills/blog/references/visual-media.md - Image sourcing and chart styling
  • skills/blog/references/synthesis-contract.md - 6 LAWs for re-citation hygiene during rewrite (v1.8.0; cross-skill ref lives in the orchestrator's references dir)
  • skills/blog/references/research-quality.md - cross-source clustering for replacement-statistic research (v1.8.0)

Cross-reference

For 21 evidence-led optimization prompts (quality follow-up, CTR audit, schema, PAA rewording, technical audit, ChatGPT visibility) directly applicable to rewrite work, see /blog flow optimize.

Workflow

Phase 1: Audit (Read-Only)

  1. Read the blog post - Detect format (MDX, markdown, HTML)
  2. Run the quality checklist against skills/blog/references/quality-scoring.md:
    • Count fabricated vs sourced statistics
    • Check answer-first formatting (H2 -> stat in first sentence?)
    • Count images and charts (type diversity?)
    • Review paragraph pacing in context; record length only as a descriptive aid
    • Check heading hierarchy (H1 -> H2 -> H3, no skips?)
    • Check schema presence and validity, prioritizing Article/BlogPosting, Person, Organization, and BreadcrumbList; FAQPage is optional entity markup only
    • Check freshness signals (lastUpdated, dateModified)
    • Assess self-promotion level
    • Evaluate citation tier quality
  3. Advisory editorial style scan:
    • Sentence-length variation - Report it descriptively when rhythm needs review. It cannot determine authorship and has no pass/fail threshold.
    • Known AI phrase scan - Check for these high-frequency AI phrases:
      • "in today's digital landscape", "it's important to note", "dive into"
      • "game-changer", "navigate the landscape", "revolutionize", "seamlessly"
      • "cutting-edge", "harness the power of", "leverage" (as verb)
      • "delve", "crucial", "elevate", "foster", "landscape" (overused)
      • "multifaceted", "robust", "tapestry", "embark"
      • Full list in agents/blog-writer.md
    • Vocabulary sample - Report Type-Token Ratio (TTR) descriptively and interpret it against text length and specialist terminology.
    • Never estimate AI authorship from TTR, sentence-length variation, punctuation, or phrase density. These are advisory project-style observations only.
    • Second-order structural reflex scan (v1.8.0) - The first-order checks above are vocabulary-level. The second-order pass reviews structural repetition that can survive simple wording edits. Run against skills/blog/references/ai-slop-detection.md. Flag at minimum:
      • Repetitive question-cadence H2s that do not suit reader intent
      • Three or more "Here..." paragraph openers
      • Three-clause sentence rhythm above 50% in any 200-word window
      • More than 2 hedge words ("may," "often," "typically," "generally") in any 20-word span
      • Symmetric-list bloat (list-item word-count SD below 5)
      • More than 2 wrap-up rhetorical questions ("What does this mean for...?")
      • More than half of H2 openers starting with a transition word
      • "The key insight is..." or "What's important here is..." as sentence openers
      • Listicle pre-list intro above 250 words
      • Opening-word repetition: top three first-words above 25% share
      • Paragraph-shape SD below 25 (visual monotony) Apply editorial judgment; none of these metrics changes the score or blocks delivery.
  4. Video embed check:
    • Count existing YouTube embeds in the post
    • If 0 embeds, flag: "No video embeds. Consider adding relevant high-quality YouTube embeds when they add useful context."
    • If present, check: lazy loading? aria-labels? noscript fallback? VideoObject schema?
  5. Cannibalization check:
    • Identify the post's primary keyword from title, H1, and first paragraph
    • Search the blog directory for other posts targeting the same keyword:
      • Grep headings and meta descriptions across all blog posts
      • Flag any posts with significant keyword overlap
    • If cannibalization found, report:
      • Which posts compete for the same keyword
      • Recommend: merge (combine into one stronger post) or differentiate (shift one post to a related but distinct keyword)
  6. Calculate current score across 5 categories:
    • Score across 5 categories (Content Quality 30, SEO Optimization 25, E-E-A-T Signals 15, Technical Elements 15, AI Citation Readiness 15)
    • Total: 0-100
  7. Present audit summary with specific findings, advisory style diagnostics, video status, cannibalization status, and score
  8. Enter plan mode - Present section-by-section optimization plan

Wait for user approval before proceeding.

Phase 2: Research

  1. Identify the blog's core topic from existing content
  2. Find replacement statistics for any fabricated/unsourced data:
    • Search: [topic] study 2025 2026 data statistics
    • Target tier 1-3 sources only
  3. Find images if post has fewer than 3:
    • Prefer original screenshots, product visuals, diagrams, or data graphics when available
    • For stock, use official provider APIs such as Openverse, Unsplash, Pexels, or Pixabay so license, creator, source URL, and download URL are captured
    • Download approved assets locally, store attribution, and reject javascript:, data:, and file: URLs
    • If blog-image is available, offer AI generation for missing or insufficient images and record the selected model ID
  4. Plan charts if post has fewer than 2:
    • Identify data suitable for visualization
    • Select diverse chart types

Phase 3: Chart Generation (Built-In)

When the post needs more visual elements, invoke the blog-chart sub-skill:

  1. Select chart type using the diversity rule (no repeated types per post)
  2. Pass: chart type, title, data values, source, platform format
  3. Embed the returned SVG directly within a <figure> wrapper
  4. Target 2-4 charts per 2,000-word post

See skills/blog/references/visual-media.md for chart type selection and styling rules.

Phase 4: Content Rewrite

Apply changes in this order:

4a. Preserve What Works

  • Keep the author's voice and unique perspective
  • Preserve original insights and first-hand experience
  • Keep existing quality images and charts
  • Maintain internal links

4b. Fix Frontmatter

  • Update lastUpdated only when the rewrite materially changes facts, methods, or recommendations
  • Keep original date unchanged
  • Fix the meta description so it accurately and specifically summarizes the visible content
  • Add coverImage + coverImageAlt + ogImage if missing
    • Search Pixabay/Unsplash/Pexels for wide hero image (1200x630)
    • Or generate custom SVG cover via blog-chart (text-on-gradient with key stat)
    • Or generate custom AI image via blog-image sub-skill when available; record the model ID
  • Verify tags/categories are appropriate

4c. Apply Purpose-First Formatting

State the point of important sections early, then add the verified evidence and context each claim needs. Do not force statistics or word bands.

4d. Replace Fabricated Statistics

  • Search for patterns: "X% of...", "X out of Y...", unsourced claims
  • Replace with real data from tier 1-3 sources
  • Give each material claim enough provenance to verify and interpret it. Include publisher or document details, relevant dates, methodology, limitations, and a stable URL when the claim requires them; do not force a fixed citation form.

4e. Improve Headings

  • Use question or declarative headings according to reader intent; no ratio target
  • Ensure keyword appears in 2-3 headings naturally

4f. Fix Paragraph Length

  • Split paragraphs only when doing so improves comprehension
  • Use paragraph length as an optional planning observation, not a fixed target
  • Ensure each paragraph starts with its most important sentence

4g. Add Visual Elements

  • Embed new images after H2 headings, spaced evenly
  • Embed charts within relevant sections
  • If blog-image is available: generate custom images for sections lacking good stock matches, prefer the current image model registry, and record the model ID
  • Adapt embed format to detected platform (MDX vs markdown vs HTML)

4h. Add Video Embeds

If the post lacks YouTube video embeds:

  • Search 2-3 relevant videos using quality criteria from skills/blog/references/video-embeds.md
  • Embed using platform-appropriate format (srcdoc lazy loading)
  • Place: 1 after introduction, 1-2 in mid-article sections
  • Include noscript fallback for AI crawlers

4i. Add/Improve FAQ

  • If the query set warrants it and no FAQ exists, add one (3-5 questions)
  • If FAQ exists, ensure answers are complete and contain verified support where needed
  • FAQPage is optional entity markup only. Google FAQ rich results were fully retired for all sites on 2026-05-07, so do not make FAQPage a core Google rich-result gate.

4j. Reduce Self-Promotion

  • Max 1 brand mention (author bio context only)
  • Remove "At [Company], we..." patterns
  • Convert promotional sections to educational content

4k. Evidence-Backed Explanation

For important claims, generate or improve a self-contained explanation with enough context and verified support to stand on its own. Do not pad every H2.

  • Placed naturally within the section body, not as a separate callout

Example:

[Verified source title], a [method or sample description] published on [date],
found [specific metric] for [audience or market] ([Source name](https://example.com/full-report),
retrieved YYYY-MM-DD). In practical terms, connect the evidence to one action
the reader should take before making a claim or changing a workflow.

Do not pad explanations to a fixed length or add them solely to earn readiness points.

4l. Project Voice and Repetition Review

Apply these transformations only where they improve the configured voice:

  • Eliminate em dashes - Replace every U+2014 character with a comma, hyphen, colon, or period. Split sentences if needed. This is a project style rule.
  • Replace flagged phrases - Swap every detected AI phrase (from the scan in Phase 1 step 3) with a natural alternative. Examples:
    • "it's important to note" -> "worth noting" or "keep in mind"
    • "in today's digital landscape" -> "right now" or "in [specific year]"
    • "leverage" -> "use", "apply", "take advantage of"
    • "delve" -> "look at", "explore", "dig into"
    • "robust" -> "strong", "solid", "reliable"
    • "crucial" -> "key", "essential", "critical" (or restructure the sentence)
  • Vary sentence length deliberately - After rewriting, scan each paragraph. Inject short punchy sentences (5-10 words) between longer ones (18-25 words). Target: no more than 3 consecutive sentences within 5 words of each other's length.
  • Use rhetorical questions sparingly - Add one only when it clarifies the reader's next decision.
  • Use contractions naturally - Replace formal constructions with contractions where they sound natural: "it is" -> "it's", "we have" -> "we've", "do not" -> "don't", "is not" -> "isn't".
  • Support first-hand language - Keep "we tested" or "in our experience" only when methodology, observations, or evidence can substantiate the claim.

4m. Summary Box (Key Takeaways)

If the post lacks a summary box, add one immediately after the introduction:

> **Key Takeaways**
> - [Core finding with statistic and source]
> - [Second key insight or recommendation]
> - [Third actionable takeaway]
> (Use concise bullets sized to the material. Keep the summary self-contained so the reader gets
> the core value without reading the full article.)

Default label is "Key Takeaways", but this is configurable per persona or brand voice (e.g., "The Bottom Line", "Quick Summary", "What You Need to Know").

If an existing TL;DR box is useful, convert it to concise Key Takeaways and verify every factual statement is supported. Do not add a statistic merely to fit the format.

4n. Information Gain Marker Injection

Review the post for original value and tag it:

  • [ORIGINAL DATA] - Any proprietary data, survey results, experiments, or case study metrics the author collected first-hand
  • [PERSONAL EXPERIENCE] - First-hand observations, lessons learned
  • [UNIQUE INSIGHT] - Novel analysis, contrarian perspectives backed by data

If the post lacks original value markers:

  • Ask the author for first-hand data or experience to include
  • At minimum, add analytical insights that connect existing research in new ways
  • Target: at least 2-3 markers per post

Use HTML comments (<!-- [ORIGINAL DATA] -->) or visible callouts depending on the post's style.

Phase 5: Verification

After rewriting, verify all quality gates pass:

Core Quality Gates

  1. Important claims state their point clearly and include verified support where needed
  2. Paragraph and sentence pacing suits the audience; length alone cannot fail review
  3. Zero fabricated statistics
  4. Heading hierarchy is clean
  5. Article-priority schema present and valid; FAQPage only if useful as optional entity markup
  6. Images have descriptive alt text
  7. Cover image present in frontmatter (coverImage + ogImage)
  8. If MDX: build the project to verify no compilation errors

New Element Verification

  1. Optional summary is useful and contains no unsupported claims
  2. Any information-gain markers identify supported original material
  3. Important reusable claims are self-contained and evidence-backed
  4. Internal linking zones marked or actual links present (5-10 per 2,000 words)
  5. Configured project style-list terms reviewed in context

Editorial Style Check

  1. Sentence-length variation reviewed descriptively, with no authorship verdict
  2. Contractions used naturally throughout
  3. Rhetorical questions used only where useful
  4. No unsupported first-hand claims
  5. Score improved across all 5 categories vs Phase 1 audit
  6. YouTube video embeds present with lazy loading, aria-labels, and noscript fallback

Phase 6: Summary

## Blog Optimization Complete: [Title]

### Score Change
- Before: [X]/100 ([Rating])
  - Content Quality: [X]/30
  - SEO Optimization: [X]/25
  - E-E-A-T Signals: [X]/15
  - Technical Elements: [X]/15
  - AI Citation Readiness: [X]/15
- After: [Y]/100 ([Rating])
  - Content Quality: [Y]/30
  - SEO Optimization: [Y]/25
  - E-E-A-T Signals: [Y]/15
  - Technical Elements: [Y]/15
  - AI Citation Readiness: [Y]/15

### Editorial Style Diagnostics
- Configured style-list terms reviewed: [N]
- Sentence-length variation: [descriptive observation]
- These observations do not infer authorship and do not affect the score.

### Cannibalization
- [Status: none found / flagged N posts / resolved]

### Changes Made
- [X] statistics replaced with sourced data
- [X] SVG charts added (types: ...)
- [X] images added from Pixabay/Unsplash
- Answer-first formatting applied to [N] H2 sections
- FAQ section updated with [N] questions; FAQPage emitted only as optional entity markup if appropriate
- TL;DR box: [added/updated]
- Information gain markers: [N] ([types])
- Evidence-backed explanations improved: [N]
- Configured project style-list terms reviewed: [N]
- lastUpdated set to [date]
- Self-promotion reduced to [N] mentions

### Visual Elements
- Charts: [count] ([types])
- Images: [count]
- YouTube videos: [count] ([titles])

### Ready for
- `/blog analyze <file>` to verify final score
- Publishing / deploying

Phase 5.5: Delivery Contract Enforcement (v1.9.0)

Before presenting the rewritten draft, run the 5-gate delivery contract per skills/blog/references/blog-delivery-contract.md. The contract applies to rewrites the same way it applies to new posts: the user is never the first reviewer.

Steps:

  1. Hero check: if the existing post already has a hero image referenced and still on disk, keep it. If the rewrite changed the topic substantially OR the hero is missing, regenerate via python3 scripts/generate_hero.py --topic "<new title>" --tags "<tags>" --out <folder>.
  2. Re-render: run python3 scripts/blog_render.py --md <slug>.md --out-dir <folder> to refresh the .html and .pdf from the updated .md.
  3. Reviewer dispatch: dispatch the blog-reviewer agent against the rendered .html. Threshold: score 90/100 or higher AND zero P0 issues.
  4. Preflight: run python3 scripts/blog_preflight.py --draft <folder> --strict. Exit 0 = ship; exit 1 = block.
  5. Iterate on failure: maximum 3 iterations. After the 3rd failure, STOP and present the diagnostic from <folder>/preflight-report.json.

Rewrites have a higher implicit threshold because the existing draft was presumably already published. Re-presenting something worse than the original is not acceptable. If the rewritten score is lower than the original score, that itself is a P0 condition.

Update Mode

When invoked as /blog update <file>, focus on freshness:

  1. Update statistics to latest available data (2025-2026)
  2. Add new developments since last update
  3. Refresh images if older than 1 year
  4. Update lastUpdated in frontmatter
  5. Preserve the existing structure - minimize rewrites
  6. Target: genuine freshness only. Replace stale statistics, add real new developments, and update lastUpdated/dateModified; do not rewrite to hit a percentage-change threshold.
1---
2name: blog-rewrite
3description: >
4 Rewrite and optimize existing blog posts for Google SEO (May 2026 Core
5 Update, E-E-A-T) and AI citation visibility as one SEO discipline. For
6 AI-citation-only audit (no Google work), use blog-geo instead. Replaces
7 fabricated statistics with sourced data, applies answer-first formatting,
8 adds images, generates SVG charts, and updates freshness signals. Works
9 with any blog format (MDX, markdown, HTML). Use when user says "rewrite
10 blog", "optimize blog", "update blog", "improve blog", "fix blog".
11user-invokable: true
12argument-hint: "<file-path>"
13license: MIT
14---
15 
16# Blog Rewriter: Optimize Existing Posts
17 
18Rewrites and optimizes existing blog posts for dual ranking: Google search
19and AI citation platforms. Preserves the author's voice while applying the
206 pillars of optimization.
21 
22**Key references:**
23- `skills/blog/references/quality-scoring.md` - 5-category scoring (Content 30, SEO 25, E-E-A-T 15, Technical 15, AI Citation 15)
24- `skills/blog/references/eeat-signals.md` - Experience, expertise, authority, trust markers
25- `skills/blog/references/internal-linking.md` - Linking strategy and anchor text rules
26- `skills/blog/references/visual-media.md` - Image sourcing and chart styling
27- `skills/blog/references/synthesis-contract.md` - 6 LAWs for re-citation hygiene during rewrite (v1.8.0; cross-skill ref lives in the orchestrator's references dir)
28- `skills/blog/references/research-quality.md` - cross-source clustering for replacement-statistic research (v1.8.0)
29 
30## Cross-reference
31 
32For 21 evidence-led optimization prompts (quality follow-up, CTR audit, schema,
33PAA rewording, technical audit, ChatGPT visibility) directly applicable to
34rewrite work, see `/blog flow optimize`.
35 
36## Workflow
37 
38### Phase 1: Audit (Read-Only)
39 
401. **Read the blog post** - Detect format (MDX, markdown, HTML)
412. **Run the quality checklist** against `skills/blog/references/quality-scoring.md`:
42 - Count fabricated vs sourced statistics
43 - Check answer-first formatting (H2 -> stat in first sentence?)
44 - Count images and charts (type diversity?)
45 - Review paragraph pacing in context; record length only as a descriptive aid
46 - Check heading hierarchy (H1 -> H2 -> H3, no skips?)
47 - Check schema presence and validity, prioritizing Article/BlogPosting, Person, Organization, and BreadcrumbList; FAQPage is optional entity markup only
48 - Check freshness signals (lastUpdated, dateModified)
49 - Assess self-promotion level
50 - Evaluate citation tier quality
513. **Advisory editorial style scan**:
52 - **Sentence-length variation** - Report it descriptively when rhythm needs
53 review. It cannot determine authorship and has no pass/fail threshold.
54 - **Known AI phrase scan** - Check for these high-frequency AI phrases:
55 - "in today's digital landscape", "it's important to note", "dive into"
56 - "game-changer", "navigate the landscape", "revolutionize", "seamlessly"
57 - "cutting-edge", "harness the power of", "leverage" (as verb)
58 - "delve", "crucial", "elevate", "foster", "landscape" (overused)
59 - "multifaceted", "robust", "tapestry", "embark"
60 - Full list in `agents/blog-writer.md`
61 - **Vocabulary sample** - Report Type-Token Ratio (TTR) descriptively and
62 interpret it against text length and specialist terminology.
63 - Never estimate AI authorship from TTR, sentence-length variation, punctuation,
64 or phrase density. These are advisory project-style observations only.
65 - **Second-order structural reflex scan** (v1.8.0) - The first-order checks above
66 are vocabulary-level. The second-order pass reviews structural repetition
67 that can survive simple wording edits. Run against
68 `skills/blog/references/ai-slop-detection.md`. Flag at minimum:
69 - Repetitive question-cadence H2s that do not suit reader intent
70 - Three or more "Here..." paragraph openers
71 - Three-clause sentence rhythm above 50% in any 200-word window
72 - More than 2 hedge words ("may," "often," "typically," "generally") in any 20-word span
73 - Symmetric-list bloat (list-item word-count SD below 5)
74 - More than 2 wrap-up rhetorical questions ("What does this mean for...?")
75 - More than half of H2 openers starting with a transition word
76 - "The key insight is..." or "What's important here is..." as sentence openers
77 - Listicle pre-list intro above 250 words
78 - Opening-word repetition: top three first-words above 25% share
79 - Paragraph-shape SD below 25 (visual monotony)
80 Apply editorial judgment; none of these metrics changes the score or blocks delivery.
814. **Video embed check**:
82 - Count existing YouTube embeds in the post
83 - If 0 embeds, flag: "No video embeds. Consider adding relevant high-quality YouTube embeds when they add useful context."
84 - If present, check: lazy loading? aria-labels? noscript fallback? VideoObject schema?
855. **Cannibalization check**:
86 - Identify the post's primary keyword from title, H1, and first paragraph
87 - Search the blog directory for other posts targeting the same keyword:
88 - Grep headings and meta descriptions across all blog posts
89 - Flag any posts with significant keyword overlap
90 - If cannibalization found, report:
91 - Which posts compete for the same keyword
92 - Recommend: **merge** (combine into one stronger post) or **differentiate**
93 (shift one post to a related but distinct keyword)
946. **Calculate current score** across 5 categories:
95 - Score across 5 categories (Content Quality 30, SEO Optimization 25, E-E-A-T Signals 15, Technical Elements 15, AI Citation Readiness 15)
96 - Total: 0-100
977. **Present audit summary** with specific findings, advisory style diagnostics, video status, cannibalization status, and score
988. **Enter plan mode** - Present section-by-section optimization plan
99 
100Wait for user approval before proceeding.
101 
102### Phase 2: Research
103 
1041. **Identify the blog's core topic** from existing content
1052. **Find replacement statistics** for any fabricated/unsourced data:
106 - Search: `[topic] study 2025 2026 data statistics`
107 - Target tier 1-3 sources only
1083. **Find images** if post has fewer than 3:
109 - Prefer original screenshots, product visuals, diagrams, or data graphics when available
110 - For stock, use official provider APIs such as Openverse, Unsplash, Pexels, or Pixabay so license, creator, source URL, and download URL are captured
111 - Download approved assets locally, store attribution, and reject `javascript:`, `data:`, and `file:` URLs
112 - If `blog-image` is available, offer AI generation for missing or insufficient images and record the selected model ID
1134. **Plan charts** if post has fewer than 2:
114 - Identify data suitable for visualization
115 - Select diverse chart types
116 
117### Phase 3: Chart Generation (Built-In)
118 
119When the post needs more visual elements, invoke the `blog-chart` sub-skill:
120 
1211. Select chart type using the diversity rule (no repeated types per post)
1222. Pass: chart type, title, data values, source, platform format
1233. Embed the returned SVG directly within a `<figure>` wrapper
1244. Target 2-4 charts per 2,000-word post
125 
126See `skills/blog/references/visual-media.md` for chart type selection and styling rules.
127 
128### Phase 4: Content Rewrite
129 
130Apply changes in this order:
131 
132#### 4a. Preserve What Works
133- Keep the author's voice and unique perspective
134- Preserve original insights and first-hand experience
135- Keep existing quality images and charts
136- Maintain internal links
137 
138#### 4b. Fix Frontmatter
139- Update `lastUpdated` only when the rewrite materially changes facts, methods, or recommendations
140- Keep original `date` unchanged
141- Fix the meta description so it accurately and specifically summarizes the
142 visible content
143- Add `coverImage` + `coverImageAlt` + `ogImage` if missing
144 - Search Pixabay/Unsplash/Pexels for wide hero image (1200x630)
145 - Or generate custom SVG cover via `blog-chart` (text-on-gradient with key stat)
146 - Or generate custom AI image via `blog-image` sub-skill when available; record the model ID
147- Verify tags/categories are appropriate
148 
149#### 4c. Apply Purpose-First Formatting
150State the point of important sections early, then add the verified evidence and
151context each claim needs. Do not force statistics or word bands.
152 
153#### 4d. Replace Fabricated Statistics
154- Search for patterns: "X% of...", "X out of Y...", unsourced claims
155- Replace with real data from tier 1-3 sources
156- Give each material claim enough provenance to verify and interpret it. Include
157 publisher or document details, relevant dates, methodology, limitations, and a
158 stable URL when the claim requires them; do not force a fixed citation form.
159 
160#### 4e. Improve Headings
161- Use question or declarative headings according to reader intent; no ratio target
162- Ensure keyword appears in 2-3 headings naturally
163 
164#### 4f. Fix Paragraph Length
165- Split paragraphs only when doing so improves comprehension
166- Use paragraph length as an optional planning observation, not a fixed target
167- Ensure each paragraph starts with its most important sentence
168 
169#### 4g. Add Visual Elements
170- Embed new images after H2 headings, spaced evenly
171- Embed charts within relevant sections
172- If `blog-image` is available: generate custom images for sections lacking good stock matches, prefer the current image model registry, and record the model ID
173- Adapt embed format to detected platform (MDX vs markdown vs HTML)
174 
175#### 4h. Add Video Embeds
176If the post lacks YouTube video embeds:
177- Search 2-3 relevant videos using quality criteria from `skills/blog/references/video-embeds.md`
178- Embed using platform-appropriate format (srcdoc lazy loading)
179- Place: 1 after introduction, 1-2 in mid-article sections
180- Include noscript fallback for AI crawlers
181 
182#### 4i. Add/Improve FAQ
183- If the query set warrants it and no FAQ exists, add one (3-5 questions)
184- If FAQ exists, ensure answers are complete and contain verified support where needed
185- FAQPage is optional entity markup only. Google FAQ rich results were fully retired for all sites on 2026-05-07, so do not make FAQPage a core Google rich-result gate.
186 
187#### 4j. Reduce Self-Promotion
188- Max 1 brand mention (author bio context only)
189- Remove "At [Company], we..." patterns
190- Convert promotional sections to educational content
191 
192#### 4k. Evidence-Backed Explanation
193For important claims, generate or improve a self-contained explanation with
194enough context and verified support to stand on its own. Do not pad every H2.
195- Placed naturally within the section body, not as a separate callout
196 
197Example:
198```markdown
199[Verified source title], a [method or sample description] published on [date],
200found [specific metric] for [audience or market] ([Source name](https://example.com/full-report),
201retrieved YYYY-MM-DD). In practical terms, connect the evidence to one action
202the reader should take before making a claim or changing a workflow.
203```
204 
205Do not pad explanations to a fixed length or add them solely to earn readiness
206points.
207 
208#### 4l. Project Voice and Repetition Review
209Apply these transformations only where they improve the configured voice:
210- **Eliminate em dashes** - Replace every U+2014 character with a comma, hyphen,
211 colon, or period. Split sentences if needed. This is a project style rule.
212- **Replace flagged phrases** - Swap every detected AI phrase (from the scan in
213 Phase 1 step 3) with a natural alternative. Examples:
214 - "it's important to note" -> "worth noting" or "keep in mind"
215 - "in today's digital landscape" -> "right now" or "in [specific year]"
216 - "leverage" -> "use", "apply", "take advantage of"
217 - "delve" -> "look at", "explore", "dig into"
218 - "robust" -> "strong", "solid", "reliable"
219 - "crucial" -> "key", "essential", "critical" (or restructure the sentence)
220- **Vary sentence length deliberately** - After rewriting, scan each paragraph.
221 Inject short punchy sentences (5-10 words) between longer ones (18-25 words).
222 Target: no more than 3 consecutive sentences within 5 words of each other's length.
223- **Use rhetorical questions sparingly** - Add one only when it clarifies the
224 reader's next decision.
225- **Use contractions naturally** - Replace formal constructions with contractions
226 where they sound natural: "it is" -> "it's", "we have" -> "we've",
227 "do not" -> "don't", "is not" -> "isn't".
228- **Support first-hand language** - Keep "we tested" or "in our experience" only
229 when methodology, observations, or evidence can substantiate the claim.
230 
231#### 4m. Summary Box (Key Takeaways)
232If the post lacks a summary box, add one immediately after the introduction:
233```markdown
234> **Key Takeaways**
235> - [Core finding with statistic and source]
236> - [Second key insight or recommendation]
237> - [Third actionable takeaway]
238> (Use concise bullets sized to the material. Keep the summary self-contained so the reader gets
239> the core value without reading the full article.)
240```
241Default label is "Key Takeaways", but this is configurable per persona or
242brand voice (e.g., "The Bottom Line", "Quick Summary", "What You Need to Know").
243 
244If an existing TL;DR box is useful, convert it to concise Key Takeaways and
245verify every factual statement is supported. Do not add a statistic merely to
246fit the format.
247 
248#### 4n. Information Gain Marker Injection
249Review the post for original value and tag it:
250- `[ORIGINAL DATA]` - Any proprietary data, survey results, experiments, or
251 case study metrics the author collected first-hand
252- `[PERSONAL EXPERIENCE]` - First-hand observations, lessons learned
253- `[UNIQUE INSIGHT]` - Novel analysis, contrarian perspectives backed by data
254 
255If the post lacks original value markers:
256- Ask the author for first-hand data or experience to include
257- At minimum, add analytical insights that connect existing research in new ways
258- Target: at least 2-3 markers per post
259 
260Use HTML comments (`<!-- [ORIGINAL DATA] -->`) or visible callouts depending
261on the post's style.
262 
263### Phase 5: Verification
264 
265After rewriting, verify all quality gates pass:
266 
267#### Core Quality Gates
2681. Important claims state their point clearly and include verified support where needed
2692. Paragraph and sentence pacing suits the audience; length alone cannot fail review
2703. Zero fabricated statistics
2714. Heading hierarchy is clean
2725. Article-priority schema present and valid; FAQPage only if useful as optional entity markup
2736. Images have descriptive alt text
2747. Cover image present in frontmatter (coverImage + ogImage)
2758. If MDX: build the project to verify no compilation errors
276 
277#### New Element Verification
2789. Optional summary is useful and contains no unsupported claims
27910. Any information-gain markers identify supported original material
28011. Important reusable claims are self-contained and evidence-backed
28112. Internal linking zones marked or actual links present (5-10 per 2,000 words)
28213. Configured project style-list terms reviewed in context
283 
284#### Editorial Style Check
28514. Sentence-length variation reviewed descriptively, with no authorship verdict
28615. Contractions used naturally throughout
28716. Rhetorical questions used only where useful
28817. No unsupported first-hand claims
28918. Score improved across all 5 categories vs Phase 1 audit
29019. YouTube video embeds present with lazy loading, aria-labels, and noscript fallback
291 
292### Phase 6: Summary
293 
294```
295## Blog Optimization Complete: [Title]
296 
297### Score Change
298- Before: [X]/100 ([Rating])
299 - Content Quality: [X]/30
300 - SEO Optimization: [X]/25
301 - E-E-A-T Signals: [X]/15
302 - Technical Elements: [X]/15
303 - AI Citation Readiness: [X]/15
304- After: [Y]/100 ([Rating])
305 - Content Quality: [Y]/30
306 - SEO Optimization: [Y]/25
307 - E-E-A-T Signals: [Y]/15
308 - Technical Elements: [Y]/15
309 - AI Citation Readiness: [Y]/15
310 
311### Editorial Style Diagnostics
312- Configured style-list terms reviewed: [N]
313- Sentence-length variation: [descriptive observation]
314- These observations do not infer authorship and do not affect the score.
315 
316### Cannibalization
317- [Status: none found / flagged N posts / resolved]
318 
319### Changes Made
320- [X] statistics replaced with sourced data
321- [X] SVG charts added (types: ...)
322- [X] images added from Pixabay/Unsplash
323- Answer-first formatting applied to [N] H2 sections
324- FAQ section updated with [N] questions; FAQPage emitted only as optional entity markup if appropriate
325- TL;DR box: [added/updated]
326- Information gain markers: [N] ([types])
327- Evidence-backed explanations improved: [N]
328- Configured project style-list terms reviewed: [N]
329- lastUpdated set to [date]
330- Self-promotion reduced to [N] mentions
331 
332### Visual Elements
333- Charts: [count] ([types])
334- Images: [count]
335- YouTube videos: [count] ([titles])
336 
337### Ready for
338- `/blog analyze <file>` to verify final score
339- Publishing / deploying
340```
341 
342## Phase 5.5: Delivery Contract Enforcement (v1.9.0)
343 
344Before presenting the rewritten draft, run the 5-gate delivery contract per `skills/blog/references/blog-delivery-contract.md`. The contract applies to rewrites the same way it applies to new posts: the user is never the first reviewer.
345 
346Steps:
347 
3481. **Hero check**: if the existing post already has a hero image referenced and still on disk, keep it. If the rewrite changed the topic substantially OR the hero is missing, regenerate via `python3 scripts/generate_hero.py --topic "<new title>" --tags "<tags>" --out <folder>`.
3492. **Re-render**: run `python3 scripts/blog_render.py --md <slug>.md --out-dir <folder>` to refresh the `.html` and `.pdf` from the updated `.md`.
3503. **Reviewer dispatch**: dispatch the `blog-reviewer` agent against the rendered `.html`. Threshold: score 90/100 or higher AND zero P0 issues.
3514. **Preflight**: run `python3 scripts/blog_preflight.py --draft <folder> --strict`. Exit 0 = ship; exit 1 = block.
3525. **Iterate on failure**: maximum 3 iterations. After the 3rd failure, STOP and present the diagnostic from `<folder>/preflight-report.json`.
353 
354Rewrites have a higher implicit threshold because the existing draft was presumably already published. Re-presenting something worse than the original is not acceptable. If the rewritten score is lower than the original score, that itself is a P0 condition.
355 
356## Update Mode
357 
358When invoked as `/blog update <file>`, focus on freshness:
3591. Update statistics to latest available data (2025-2026)
3602. Add new developments since last update
3613. Refresh images if older than 1 year
3624. Update `lastUpdated` in frontmatter
3635. Preserve the existing structure - minimize rewrites
3646. Target: genuine freshness only. Replace stale statistics, add real new developments, and update `lastUpdated`/`dateModified`; do not rewrite to hit a percentage-change threshold.
365 

Discussion

Alternatives

Also in Editing & polish