Agent skill
blog-post-validator
Validate blog posts for quality, consistency, en-GB spelling, and ScottInk style. Use when reviewing posts before publication.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/blog-post-validator-spences10-scottspence-com
SKILL.md
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,date,published: 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:
- Validation Checklist
- Common Issues
- ScottInk Voice Guide
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?