Agent Skills
› Remocn/remocn
› edit-article
edit-article
GitHub用于编辑和优化文章草稿。通过按逻辑依赖关系重组章节、提升清晰度与连贯性来改进内容,确保段落简洁,并在修改前确认章节结构。
Trigger Scenarios
用户希望编辑或修订文章
用户需要改善文章的可读性和结构
Install
npx skills add Remocn/remocn --skill edit-article -g -y
SKILL.md
Frontmatter
{
"name": "edit-article",
"description": "Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.",
"disable-model-invocation": true
}
- First, divide the article into sections based on its headings. Think about the main points you want to make during those sections.
Consider that information is a directed acyclic graph, and that pieces of information can depend on other pieces of information. Make sure that the order of the sections and their contents respects these dependencies.
Confirm the sections with the user.
- For each section:
2a. Rewrite the section to improve clarity, coherence, and flow. Use maximum 240 characters per paragraph.
Version History
- f77e19e Current 2026-07-19 22:34


