publish

Route Hugo content publishing intents to validation, SEO, audit, and WordPress workflows.

415|44|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/notque/vexjoy-agent --skill publish-notque
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: publish
Source: https://github.com/notque/vexjoy-agent/tree/main/skills/content/publish
Command: npx skills add https://github.com/notque/vexjoy-agent --skill publish-notque

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill prevents broken, poorly formatted, or SEO-weak blog posts from being published by running an end-to-end content-publishing pipeline that validates structure, checks SEO, audits links/images/taxonomy, and then uploads to WordPress.

Core Features & Use Cases

  • Outline-to-upload publishing pipeline: Turn an intent like outline, pre-publish check, SEO optimization, batch edits, audits, or WordPress upload into the correct workflow.
  • Pre-publication validation & optimization: Run frontmatter validation, SEO checks, keyword/meta description guidance, and Hugo-specific publication checks.
  • Content integrity audits: Audit broken links, missing/bad images and alt text, and taxonomy/tags (including tag cleanup and category merging).
  • WordPress upload automation: Create drafts, upload posts, and manage WordPress media/categories for consistent publishing.

Quick Start

Use the publish skill to run an outline-and-pre-publish check by telling your agent: “outline post and then run pre-publish validation, SEO check, and upload a WordPress draft.”

Frequently Asked Questions about publish

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

FAQPage Schema
How do I run a pre-publication validation check for Hugo blog content?

Pre-publication validation for Hugo blog content checks frontmatter, SEO meta descriptions, and structural formatting to prevent broken posts. It requires a YAML frontmatter-driven publishing context to route the intent and execute the correct validation workflow.

How do I audit broken links and missing image alt text before publishing a post?

Auditing broken links and missing image alt text scans content to identify broken hyperlinks, bad images, and missing alt attributes. The audit runs as a content integrity workflow driven by structured intent to ensure posts are fully validated before upload.

Can I upload a validated Hugo post as a WordPress draft automatically?

Yes, you can upload validated Hugo posts as WordPress drafts automatically. The workflow handles post creation, media management, and category assignment directly within WordPress after the content passes pre-publication validation and SEO checks.

What is the best way to clean up Hugo taxonomy tags and merge categories?

Cleaning up Hugo taxonomy tags and merging categories is handled through a taxonomy management audit. This workflow identifies redundant tags and categories, allowing you to consolidate and clean up your site structure prior to publication.

Does Hugo content publishing require YAML frontmatter for SEO optimization?

Yes, Hugo content publishing and SEO optimization require YAML frontmatter. The pipeline uses a YAML frontmatter-driven publishing context to route the correct intent, validate metadata, and generate keyword and meta description guidance.

Why does bulk find and replace fail during content publishing workflows?

Bulk find and replace can fail during content publishing if the structured intent is not properly routed or the YAML frontmatter context is missing. The pipeline relies on matched intent routes to execute batch edits accurately across the content.