
Edit Article
- 1.9k installs
- 2.8k repo stars
- Updated July 27, 2026
- vinvcn/mattpocock-skills-zh-cn
edit-article is a Claude Code skill that structures and rewrites article drafts section-by-section for clearer flow, coherence, and tighter prose before developers publish technical or marketing copy.
About
edit-article is a Chinese-localized skill from vinvcn/mattpocock-skills-zh-cn that edits long-form drafts by splitting content at headings, confirming section intent with the user, then rewriting each block for clarity and flow. The workflow treats information as a directed acyclic graph so section order respects dependencies between ideas. During rewrites, edit-article caps paragraphs at 240 characters to keep technical posts scannable for web readers. Developers reach for edit-article when a README section, changelog narrative, or blog draft exists but reads disjointed after a fast first pass. The skill confirms section boundaries before rewriting, which prevents large structural surprises mid-session. It complements raw drafting skills by focusing on revision, tightening, and publish-ready structure rather than generating topics from scratch.
- Splits drafts by headings and maps main points per section before any rewrite
- Orders sections using a directed-acyclic-graph mindset so dependencies read logically
- Pauses for user confirmation of the section outline before editing body copy
- Rewrites each section for clarity, coherence, and flow with a 240-character paragraph cap
Edit Article by the numbers
- 1,911 all-time installs (skills.sh)
- +234 installs in the week ending Aug 2, 2026 (Skillselion tracking)
- Ranked #299 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/vinvcn/mattpocock-skills-zh-cn --skill edit-articleAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.9k |
|---|---|
| repo stars | ★ 2.8k |
| Last updated | July 27, 2026 |
| Repository | vinvcn/mattpocock-skills-zh-cn ↗ |
How do you restructure a messy technical article draft?
Structure and rewrite article drafts section-by-section with clearer flow before you publish or ship marketing copy.
Who is it for?
Developers polishing technical blog posts, docs pages, or release narratives that already exist as a rough markdown draft.
Skip if: Greenfield topic research or generating an article outline when no draft markdown file exists yet.
When should I use this skill?
The user asks to edit, revise, or improve an article draft and wants section-by-section clarity improvements.
What you get
Section-confirmed article with clearer flow, tighter paragraphs, and dependency-respecting heading order.
- Revised article sections
- Confirmed heading outline
By the numbers
- Caps rewritten paragraphs at 240 characters per section
Files
1. 首先,根据 headings 把文章分成 sections。思考每个 section 中你想表达的 main points。
把信息看作 directed acyclic graph:一部分信息可能依赖另一部分信息。确保 sections 的顺序及其内容尊重这些依赖关系。
与用户确认 sections。
2. 对每个 section:
2a. 重写该 section,提高 clarity、coherence 和 flow。每段最多 240 个字符。
Related skills
FAQ
How does edit-article reorganize a draft?
edit-article divides the draft at headings, maps dependencies between sections like a directed acyclic graph, confirms the section plan with the user, then rewrites each section for clarity and flow before moving to the next block.
What paragraph limit does edit-article enforce?
edit-article rewrites each section so individual paragraphs stay within 240 characters, keeping technical articles scannable while preserving the author's main points per section.