CtrlK
BlogDocsLog inGet started
Tessl Logo

wx-mp-publisher

Render and publish Markdown articles to WeChat Official Account (公众号) draft box via wiseflow-relay. Supports multi-account (alias) and image-only posts (小绿书). Credentials stored locally in accounts.json; relay is stateless.

62

Quality

74%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

Fix and improve this skill with Tessl

tessl review fix ./crews/main/skills/wx-mp-publisher/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

78%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is actionable and well-sequenced with validation and error feedback loops, and it stays concise. Its main weakness is progressive disclosure: two referenced files (REFERENCE.md, accounts.example.json) do not exist in the bundle.

Suggestions

Add the missing REFERENCE.md (credential acquisition + relay IP whitelist 123.60.18.144 steps) and accounts.example.json to the bundle so the body's references resolve.

Consider moving the 10-row theme table into a separate THEMES.md reference, keeping only the decision tree inline in SKILL.md.

Consolidate the publish workflow into one numbered checklist (credentials → frontmatter → theme → run → wait → verify media_id) to make the sequence and checkpoints explicit.

DimensionReasoningScore

Conciseness

The body is mostly lean and assumes Claude's competence (no explanation of what WeChat/Markdown is); the 10-row theme table and the custom-theme prose are slightly heavier than needed but not padded.

4 / 5

Actionability

Fully executable guidance: the wrapper command 'wx-mp-publisher <markdown_file> [theme] [--account ALIAS]', copy-paste frontmatter YAML blocks, a concrete theme decision tree, and an error→fix table cover the common cases.

5 / 5

Workflow Clarity

A clear sequence exists (confirm credentials → prepare markdown → choose theme → publish → wait for full output) with validation (validate_for_publish basename/author checks) and error-table feedback loops, but it is distributed across sections rather than a single master checklist.

4 / 5

Progressive Disclosure

Sections are well-organized and reference REFERENCE.md/accounts.example.json one level deep, but those referenced files are absent from the actual bundle (only scripts/publish_wx_mp.py exists), and the large theme table is inlined rather than split out.

3 / 5

Total

16

/

20

Passed

Description

70%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific, bilingual-trigger-rich, and clearly distinct, but it omits any explicit 'when to use' guidance, which limits its completeness. Adding a 'Use when...' clause would raise the score.

Suggestions

Add an explicit 'Use when...' clause (e.g. 'Use when the user wants to publish a Markdown article to a WeChat Official Account 公众号 draft box, or to post image-only 小绿书 content').

Mention theme selection support to round out the capability list and close the minor specificity gap.

Optionally include the .md file extension trigger for completeness of natural terms.

DimensionReasoningScore

Specificity

Names several concrete actions ('Render and publish Markdown articles', 'Supports multi-account (alias) and image-only posts (小绿书)') plus the relay mechanism and credential storage, with only minor gaps (e.g. theme selection not mentioned).

4 / 5

Completeness

The 'what' is clear (render/publish to WeChat draft box via relay, multi-account, image-only posts) but there is no 'Use when...' clause or equivalent explicit trigger guidance, which caps completeness at 3.

3 / 5

Trigger Term Quality

Strong natural keyword coverage with bilingual synonyms ('WeChat Official Account (公众号)', 'image-only posts (小绿书)', 'Markdown articles', 'draft box', 'publish'); a few natural variations are absent but overall good.

4 / 5

Distinctiveness Conflict Risk

A clear niche (WeChat Official Account draft publishing via wiseflow-relay) with distinct triggers (公众号, draft box, 小绿书) and minimal overlap risk with other skills.

5 / 5

Total

16

/

20

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

Total

14

/

16

Passed

Repository
TeamWiseFlow/xiaobei
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.