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.md
source content

Blog Post Validator

Perform comprehensive quality checks on blog posts to ensure they meet publication standards.

Quick Start

Validate a post by checking:

  1. Frontmatter - Has
    title
    ,
    date
    ,
    published: false
  2. Structure - Hook → Problem → Investigation → Solution → Results
  3. Voice - First-person, conversational, British English
  4. Code - Working examples with language identifiers
  5. 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: