blog-post-processor

Automate bilingual publishing workflows for Chinese blog posts in VitePress.

139|20|Updated Jun 3, 2023
One-click install
npx skills add https://github.com/Justin3go/justin3go.com --skill blog-post-processor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-post-processor
Source: https://github.com/Justin3go/justin3go.com/tree/main/.agents/skills/blog-post-processor
Command: npx skills add https://github.com/Justin3go/justin3go.com --skill blog-post-processor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the end-to-end processing of Chinese blog posts for a VitePress blog, including frontmatter enrichment, AI-generated summaries, slug-based renaming, and bilingual publishing workflows.

Core Features & Use Cases

  • AI-assisted frontmatter enrichment and title translation for CN to EN versions.
  • Automated slug generation from Chinese titles to create consistent, SEO-friendly URLs.
  • End-to-end publishing pipeline: analyze input, prepare English version, and synchronize changes across languages.

Quick Start

Provide a Chinese post and let the skill process, translate, and publish the English version.

Frequently Asked Questions about blog-post-processor

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

FAQPage Schema
How do I automate bilingual publishing for Chinese VitePress blog posts?

Bilingual publishing for Chinese VitePress blog posts is automated by processing CN content under docs/posts and generating mirrored EN versions under docs/en/posts, handling frontmatter enrichment and AI translation to synchronize both language versions.

Can I generate SEO-friendly slugs automatically from Chinese blog titles?

Yes, SEO-friendly slugs are generated automatically from Chinese titles to create consistent URLs, enabling slug-based renaming of blog post files during the end-to-end content processing workflow.

How do I manage frontmatter enrichment and AI summaries for markdown posts?

Frontmatter enrichment and AI-generated summaries for markdown posts are managed by analyzing the input content and automatically populating metadata fields, synchronizing these updates across both CN and EN versions.

Does this blog post processing workflow require any external dependencies?

No external dependencies are required to run this blog post processing workflow, as it operates independently to handle frontmatter management, slug generation, and bilingual translation without additional package installations.

What is the best way to mirror content edits across Chinese and English blog versions?

Mirroring content edits across Chinese and English blog versions is best handled by the automated synchronization pipeline, which applies requested changes to CN posts under docs/posts and the corresponding EN versions under docs/en/posts.

When should I not use automated AI translation for VitePress blog content?

Automated AI translation for VitePress blog content should be bypassed when manual translation is preferred, as the translation and summary generation steps are optional and only triggered when explicitly requested during processing.