blog-publish

Validate frontmatter, content, build status, and SEO before publishing blog posts.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/aydamdonelly/ak-automation --skill blog-publish-aydamdonelly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-publish
Source: https://github.com/aydamdonelly/ak-automation/tree/main/.claude/skills/blog-publish
Command: npx skills add https://github.com/aydamdonelly/ak-automation --skill blog-publish-aydamdonelly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of checking and publishing blog posts, ensuring quality and consistency before going live.

Core Features & Use Cases

  • Pre-publish validation: Checks frontmatter, content structure, internal links, and SEO elements.
  • Automated build testing: Verifies that the website builds correctly after changes.
  • Visual verification: Captures screenshots for a final visual check.
  • Automated deployment: Commits changes and deploys the blog post.

Quick Start

Use the blog-publish skill to check and publish the post with the slug 'my-new-article'.

Frequently Asked Questions about blog-publish

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate blog post publishing and pre-publish validation?

Automating blog post publishing requires validating frontmatter, content structure, internal links, and SEO elements before committing changes and deploying. This process ensures website content builds correctly and goes live only after passing automated quality checks.

What does automated pre-publish validation check for in blog content?

Pre-publish validation checks blog post frontmatter, content structure, internal links, and SEO elements to ensure quality and consistency. It verifies that the website builds correctly after changes and captures screenshots for a final visual check before deployment.

How do I validate SEO elements and frontmatter before deploying a blog post?

Validating SEO elements and frontmatter before deploying a blog post involves checking content structure and internal links, verifying build status, and capturing screenshots. Automated validation commits changes and deploys the post only after all checks pass.

Does automated blog deployment require browser automation and bash execution tools?

Automated blog deployment requires tools for reading files, editing content, executing bash commands, globbing, grepping, and browser automation via Playwright. These tools enable automated build testing, visual verification, and content deployment.

What is the best way to visually verify a blog post before going live?

The best way to visually verify a blog post before going live is capturing screenshots for a final visual check after validating frontmatter and SEO elements. This automated visual verification happens after build testing confirms the website builds correctly.

Why does my blog post fail automated build testing during deployment?

Blog post build testing fails during deployment when frontmatter, content structure, internal links, or SEO elements contain errors preventing the website from building correctly. Automated validation checks these elements and halts deployment until issues are resolved.