wechat-mp-topic-to-article

Orchestrates locked article briefs into publication-ready WeChat Official Account articles.

5|1|Updated Jul 31, 2026
One-click install
npx skills add https://github.com/shiker1996/wechat-editroom --skill wechat-mp-topic-to-article-shiker1996
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-mp-topic-to-article
Source: https://github.com/shiker1996/wechat-editroom/tree/main/skills/wechat-mp-topic-to-article
Command: npx skills add https://github.com/shiker1996/wechat-editroom --skill wechat-mp-topic-to-article-shiker1996

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Turning a confirmed hotspot topic into a finished WeChat Official Account article requires coordinating fact verification, title selection, drafting, review, SEO, and compliance checks; this Skill orchestrates that entire pipeline from a locked article brief to a deliverable final draft. ## Core Features & Use Cases - Staged Article Pipeline: Runs brief validation, fact-base building, outline planning, title generation, typed drafting, humanizing, review, SEO optimization, and publication safety gates, writing auditable artifacts (00 through 09-FINAL.md) into one working directory. - Fact and Compliance Gates: Classifies every claim as verified, disputed, unverified, or opinion, blocks high-impact claims without direct evidence from titles, and enforces a 1300-1800 visible character limit via a counting script. - Typed Writing Routing: Routes drafts to specialized writing sub-skills (tech hotspot, tech deep dive, industry analysis, gossip, composite) based on article type and writing stance. - Use Case: A content team locks an article brief from their topic-selection workflow, then invokes this Skill to produce a fact-checked, traffic-optimized WeChat article with titles, sources, and image placeholders ready for typesetting. ## Quick Start Use the wechat-mp-topic-to-article skill to turn my locked article brief into a final WeChat Official Account article draft.

Frequently Asked Questions about wechat-mp-topic-to-article

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

FAQPage Schema
How do I turn a hotspot topic into a WeChat Official Account article?

Provide a locked article brief containing the topic, core thesis, confirmed facts, and author positions. The skill then runs fact-base building, outline planning, title generation, typed drafting, review, and optional SEO stages, producing a final 09-FINAL.md draft ready for typesetting.

What input does this article writing pipeline require?

It requires an article brief with brief_status LOCKED and final_readiness WRITE_NOW, including the topic, locked thesis, target reader, confirmed public facts, and forbidden claims. Briefs that are unlocked or have unresolved gaps blocking the core thesis cause the pipeline to stop.

How does the skill handle unverified facts and high-impact claims?

Every claim is classified as verified, disputed, unverified, or opinion, and only verified claims may appear as definite facts. High-impact claims like IPOs, financing, or misconduct allegations without direct evidence are blocked from titles and restricted in the body.

Can I use this skill for news flashes, tutorials, or tool lists?

No. Pure news flashes, hands-on tutorials requiring real operating steps, and tool listicles are explicitly out of scope and routed to other workflows. The skill only produces traffic-oriented opinion, analysis, or report articles from a single locked thesis.

What article length does the pipeline enforce?

The default target is 1500 visible characters with an accepted range of 1300 to 1800, checked by the count-article-chars.mjs script. Drafts failing the gate are repaired by adding fact-based explanation or removing redundant background, never by fabricating facts.

Does the skill publish the article directly to WeChat?

No. It produces a final Markdown draft with titles, sources, and image placeholders, but typesetting and publishing are handled by a separate typesetting skill after human confirmation. Drafts failing the publication safety gate are saved as pending-edit and blocked from typesetting.