publish-workflow

Automates WeChat article publishing from draft review to finalization with QC gates.

4|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/atxinsky/skills --skill publish-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: publish-workflow
Source: https://github.com/atxinsky/skills/tree/main/publish-workflow
Command: npx skills add https://github.com/atxinsky/skills --skill publish-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end process of publishing articles to WeChat by handling AI痕迹 removal, quality scoring, cover image generation, and draft publication, reducing manual toil and errors.

Core Features & Use Cases

  • AI痕迹 removal: Automatically sanitize text to remove detectable AI fingerprints.
  • Quality scoring: Evaluate article quality and enforce a threshold before publishing.
  • Cover image generation: Create engaging cover art aligned with the article title.
  • Draft publishing: Upload and publish to WeChat as a draft with progress updates.
  • Use Case: A content team can publish a weekly article in under 10 minutes by running the full workflow.

Quick Start

Use the publish-workflow command to publish an article:

  • /publish-workflow [path-to-article]
  • Optional: /publish-workflow --skip-humanize path/to/article.md to bypass AI痕迹 removal
  • Optional: /publish-workflow --force path/to/article.md to force publish regardless of score

Frequently Asked Questions about publish-workflow

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

FAQPage Schema
Can I skip AI痕迹 removal and still generate a cover and publish to WeChat?

To bypass AI痕迹 removal during WeChat article publishing, use the optional --skip-humanize flag. This allows you to proceed directly to quality scoring and draft publication while skipping the text sanitization phase.

How do I force publish a WeChat draft if the article quality score is too low?

To force publish a WeChat draft regardless of the quality score threshold, use the --force flag. This overrides the standard quality control gates and proceeds directly to cover generation and draft publication.

Do I need local scripts to run the WeChat draft workflow?

Yes, the WeChat draft workflow requires local scripts like humanizer-zh, article-scorer, and image-generator. It relies on local configuration and environment variables to execute the end-to-end publishing process.

What is the best way to remove AI fingerprints before uploading a WeChat draft?

The best way to remove AI fingerprints before uploading a WeChat draft is using an automated humanizer script. This workflow sanitizes text to remove detectable AI痕迹 before evaluating quality and generating cover art.