# newsletter-publisher > Prepare newsletters for publication by validating format, structure, frontmatter, and content. Use when reviewing drafts before sending. - Author: spences10 - Repository: spences10/scottspence.com - Version: 20260122092946 - Stars: 56 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/spences10/scottspence.com - Web: https://mule.run/skillshub/@@spences10/scottspence.com~newsletter-publisher:20260122092946 --- --- name: newsletter-publisher # prettier-ignore description: Prepare newsletters for publication by validating format, structure, frontmatter, and content. Use when reviewing drafts before sending. allowed-tools: Read, Edit, Glob --- # Newsletter Publisher Validate and prepare newsletters for publication to ensure consistency and readiness. ## Quick Start Check newsletter draft for: 1. **Frontmatter** - Title format, date, published field 2. **Structure** - Opening → Highlights → Deep Dives → What's Coming → Closing 3. **Voice** - First-person, conversational, en-GB 4. **Links** - No links in headings (causes nested `` tags) ## Critical Checks ### Must Have - ✅ Title format: "[Playful Title] - [Month Year]" - ✅ H2 headings only (no H1) - ✅ First-person voice - ✅ en-GB spelling throughout - ✅ Links in paragraph text, NOT in headings ### Structure - Opening prose (no heading) - Highlights section - Technical Deep Dives - What's Coming preview - Brief closing (no heading) ## Common Issues **Red Flag:** Links in headings - causes nested `` tags in HTML **Fix:** Use plain heading + link in paragraph below ## References For complete checklist and detailed guidelines: - [Pre-Publication Checklist](references/checklist.md) - [Format Guide](references/format-guide.md)