Agent Skills
› victorgarciaesgi/regle
› edit-article
edit-article
GitHub用于编辑和改进文章草稿,通过重构章节、提升清晰度和精简文本来优化内容。首先按标题划分章节并确认逻辑依赖,随后逐节重写以改善连贯性和流畅度,每段限制240字符。
Trigger Scenarios
用户希望修改或润色文章草稿
需要优化文章结构和语言表达
Install
npx skills add victorgarciaesgi/regle --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."
}
- 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
- aeafba7 Current 2026-07-24 21:59


