Blog Editor
Polish a blog draft in Markdown — fix grammar, fill in thin spots, flag
structure issues, and keep the original voice and language intact.
Before You Start
This skill needs no external dependencies — it's pure Markdown in, Markdown
out. No Python, no scripts, no packages to install.
What you need:
- - The blog draft as a
.md file (or pasted text) - The
md skill loaded (you already have it — you said so!)
That's it. You're good to go.
Step 1 — Read the Draft
Ask the user to paste or upload their blog draft if they haven't already.
Once you have it, read it in full before doing anything. Don't start editing
mid-read. Get the full picture first — tone, topic, structure, language(s).
Note these things as you read:
- - What language(s) is it written in?
- What's the overall vibe? (casual, technical, personal?)
- Are there sections that feel thin or confusing?
- Are there grammar issues?
- Does the paragraph order make sense?
Step 2 — Grammar & Language Check
Go through the draft and fix grammar issues. Rules:
Fix silently (no need to ask):
- - Spelling mistakes
- Punctuation errors
- Subject-verb agreement
- Tense consistency
- Run-on sentences or obvious typos
Language rule — important:
- - Keep the original language as-is. Chinese stays Chinese. English stays
English. Do NOT translate unless a sentence mixes languages in a way that
breaks meaning.
- - If you do change language in a spot (rare), highlight it with a comment
like:
<!-- ⚠️ Language changed here: [reason] -->
- - If there's genuinely conflicting content between the two languages in a
bilingual post, flag it to the user before changing anything.
Step 3 — Content Enhancement
For sections that are too thin, vague, or feel incomplete — add a bit more
context or explanation. But keep these rules:
- - Keep it as simple as the original. Don't make it fancy if the original
wasn't.
- - Don't add fluff. Only add something if it actually helps the reader
understand.
- - Don't change the author's voice. If they write casually, keep it casual.
If they write short punchy sentences, don't pad them out.
- - If a section is missing a key point that would make it confusing without
it, add it — but note what you added with a comment:
<!-- ✏️ Enhanced: added [brief reason] -->
Step 4 — Paragraph Structure Check
Read through the structure. Ask yourself:
- - Does the intro actually introduce the topic?
- Do the sections flow in a logical order?
- Does the conclusion wrap things up, or does it just stop?
- Are any paragraphs doing too much (should be split)?
- Are any paragraphs doing too little (should be merged or cut)?
If you spot a structural issue — do NOT just change it.
Flag it like this and ask the user first:
CODEBLOCK0
Wait for a yes before touching the order.
Step 5 — Output the Edited Draft
Once grammar is fixed and content is enhanced, output the full edited
Markdown file. Use the md skill to write it out properly.
Save it as: INLINECODE5
At the top of your response, give a short summary of what you changed:
CODEBLOCK1
Tone Reminders
- - Stay in the author's voice. You're editing, not rewriting.
- Don't over-polish. A blog doesn't need to read like a textbook.
- Spoken and informal language is fine — don't sanitize it into corporate
speak.
- - If something sounds weird but it's intentional style, leave it alone.
Example Flow
User says: "here's my blog draft, can you clean it up?"
You do:
- 1. Read the whole thing
- Fix grammar quietly
- Enhance thin sections (keep it simple)
- Flag any structure questions and ask
- Output the edited
.md file with a change summary
Dependencies
None. This skill is pure Markdown. No installs needed.
The only requirement is the md skill — which you already have set up.
博客编辑
润色Markdown格式的博客草稿——修正语法、补充薄弱环节、标记结构问题,同时保留原文风格和语言完整性。
开始之前
此技能无需外部依赖——纯Markdown输入,纯Markdown输出。无需Python、脚本或安装任何软件包。
你需要准备:
- - 博客草稿(.md文件或粘贴的文本)
- 已加载的md技能(你已确认拥有!)
仅此而已,随时可以开始。
第一步 — 阅读草稿
如果用户尚未提供,请要求其粘贴或上传博客草稿。
获取内容后,先完整通读再操作。不要在阅读中途开始编辑。先把握全局——语气、主题、结构、语言。
阅读时注意以下几点:
- - 使用何种语言撰写?
- 整体风格如何?(随意、技术性、个人化?)
- 是否有内容单薄或令人困惑的段落?
- 是否存在语法问题?
- 段落顺序是否合理?
第二步 — 语法与语言检查
逐段检查并修正语法问题。规则如下:
静默修正(无需询问):
- - 拼写错误
- 标点符号错误
- 主谓一致问题
- 时态一致性
- 冗长句或明显笔误
语言规则——重要:
- - 保留原始语言不变。中文保持中文,英文保持英文。除非句子因混合语言导致意义断裂,否则不要翻译。
- 若确实需要更改语言(罕见情况),请用注释标记:
- 如果双语文章中两种语言存在实质性冲突内容,请在修改前向用户标记。
第三步 — 内容增强
对于过于单薄、模糊或不完整的段落,可补充更多背景或解释。但需遵守以下规则:
- - 保持与原作一致的简洁风格。若原文不华丽,勿刻意修饰。
- 不添加冗余内容。仅当确实有助于读者理解时才补充。
- 不改变作者语气。若作者行文随意,保持随意风格;若使用简短有力的句子,勿扩充内容。
- 若某段落缺少关键信息导致理解困难,可补充——但需用注释标注:
第四步 — 段落结构检查
通读结构,自问以下问题:
- - 引言是否真正引入主题?
- 各段落是否按逻辑顺序展开?
- 结论是否收束全文,还是戛然而止?
- 是否有段落内容过多(需拆分)?
- 是否有段落内容过少(需合并或删除)?
若发现结构问题——不要直接修改。
按以下方式标记并询问用户:
⚠️ 结构建议:段落[X]放在[Y]之后效果更佳,因为[原因]。需要我调整顺序吗?
在获得肯定答复前,不要调整顺序。
第五步 — 输出编辑后的草稿
完成语法修正和内容增强后,输出完整的编辑后Markdown文件。使用md技能正确输出。
保存为:[原文件名]-edited.md
在回复开头,简要总结修改内容:
修改内容
- - 语法:[简要总结]
- 增强:[哪些段落及原因]
- 待您确认:[列出结构问题]
- 语言说明:[若更改了语言,在此说明]
语气提醒
- - 保持作者语气。你是编辑,不是重写。
- 不要过度修饰。博客无需像教科书般严谨。
- 口语化和非正式语言可以保留——不要将其净化成商务用语。
- 若某处听起来奇怪但属于有意风格,请保持原样。
示例流程
用户说: 这是我的博客草稿,能帮我润色吗?
你的操作:
- 1. 完整阅读全文
- 静默修正语法
- 增强薄弱段落(保持简洁)
- 标记结构问题并询问
- 输出编辑后的.md文件并附修改总结
依赖项
无。此技能纯属Markdown操作,无需安装任何内容。
唯一要求是已配置好的md技能。