Claude-skill-registry blog-post-validator
Validate blog posts for quality, consistency, en-GB spelling, and ScottInk style. Use when reviewing posts before publication.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/blog-post-validator" ~/.claude/skills/majiayu000-claude-skill-registry-blog-post-validator && rm -rf "$T"
manifest:
skills/data/blog-post-validator/SKILL.mdsource content
Blog Post Validator
Perform comprehensive quality checks on blog posts to ensure they meet publication standards.
Quick Start
Validate a post by checking:
- Frontmatter - Has
,title
,datepublished: false - Structure - Hook → Problem → Investigation → Solution → Results
- Voice - First-person, conversational, British English
- Code - Working examples with language identifiers
- Spelling - en-GB (colour, organisation, behaviour)
Critical Checks
Must Have
- ✅ First-person perspective ("I did...", not "One might...")
- ✅ en-GB spelling throughout
- ✅ Code blocks with language identifiers
- ✅ H2 headings only (no H1)
- ✅ Working code examples
Must Not Have
- ❌ Third-person narrative
- ❌ en-US spelling (color, organization)
- ❌ Corporate speak or buzzwords
- ❌ Vague conclusions
Reporting
Provide feedback as:
Overall: [Pass/Needs Changes/Hold]
Issues to Address:
- High priority items
- Medium priority items
Ready to Publish: Yes/No
References
For complete checklists and detailed guidelines: