mcpbeat Sign in

Huashu Article Edit Agent Skill

标准化文章编辑流程,确保修改范围明确、进度可追踪、变更有记录。当用户说"编辑文章"、"修改文章"、"调整内容"、"改一下这篇"时使用此技能。

493 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
1389
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/alchaincyf/huashu-skills --skill huashu-article-edit

The instruction itself

5 sections, as written by the author

文章编辑 Skill

标准化的文章编辑流程,解决会话截断导致编辑工作丢失的问题。

何时使用

  • 用户要求编辑、修改、优化已有文章
  • 需要对文章进行多处修改
  • 内容删减、语气调整、结构重组等编辑工作

执行流程

Step 1: 完整阅读目标文章

  • 用 Read 工具完整阅读文章
  • 快速理解文章主题、结构、当前状态

Step 2: 列出所有修改项

  • 根据用户需求,列出所有需要修改的项目
  • 每项标明:位置(哪个段落)、修改类型(删除/重写/调整)、具体内容
  • 等待用户确认范围后再动手

Step 3: 增量编辑 + 实时保存

  • 每完成一组相关修改就保存文件
  • 每完成3-5项修改,向用户汇报进度:
  进度:已完成 X/Y 项
  ✅ 已完成:[列表]
  ⏳ 待完成:[列表]

Step 4: 完成后总结

  • 列出所有变更的摘要
  • 说明每处修改的理由
  • 如有引用外部信息,附上来源

关键原则

  • 先确认再动手:不假设修改范围
  • 边改边存:每批修改后立即保存,防截断丢失
  • 变更透明:用户清楚知道改了什么、为什么改
  • 保持风格:修改后仍需符合花生的写作风格(参见 SHARED-RULES.md)

与审校流程的关系

  • 编辑完成后,如用户需要可触发三遍审校(/AI味审校)
  • 编辑 Skill 聚焦「按需求改」,审校 Skill 聚焦「降AI味」

最后更新: 2026-02-06


> 花叔出品 | AI Native Coder · 独立开发者

> 公众号「花叔」| 30万+粉丝 | AI工具与效率提升

> 代表作:小猫补光灯(AppStore付费榜Top1)·《一本书玩转DeepSeek》

How to use it

Copy the folder

Take alchaincyf/huashu-article-edit from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.