edit-article

Restructures article sections and rewrites prose for clarity and flow.

Updated Aug 3, 2026
One-click install
npx skills add https://github.com/shaahy/quicknav-desktop --skill edit-article-shaahy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: edit-article
Source: https://github.com/shaahy/quicknav-desktop/tree/main/A%20%E6%95%99%E7%A8%8B%E9%9B%86%E5%90%88/Matt%20Pocock%20Skills%20%E6%8A%80%E8%83%BD%E9%80%9F%E6%9F%A5/source-snapshot/skills/personal/edit-article
Command: npx skills add https://github.com/shaahy/quicknav-desktop --skill edit-article-shaahy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Draft articles often suffer from poor section ordering, unclear dependencies between ideas, and bloated paragraphs. This Skill provides a structured editing workflow that reorganizes content logically and tightens prose. ## Core Features & Use Cases - Section Restructuring: Divides an article into sections based on headings and orders them so that information dependencies are respected, treating content as a directed acyclic graph. - Prose Tightening: Rewrites each section for clarity, coherence, and flow, enforcing a maximum of 240 characters per paragraph. - Collaborative Confirmation: Confirms the proposed section structure with the user before rewriting begins. - Use Case: You have a rough blog post draft with rambling paragraphs and disorganized sections. Use this Skill to get a confirmed outline and a rewritten version with concise, well-ordered sections. ## Quick Start Ask the assistant to edit and improve your article draft by restructuring its sections and tightening the prose.

Frequently Asked Questions about edit-article

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I restructure an article draft with AI?▼

Provide your draft and ask for it to be edited. The Skill divides the article into sections based on headings, orders them so information dependencies are respected, confirms the outline with you, then rewrites each section.

How does the Skill decide the order of article sections?▼

It treats information as a directed acyclic graph, where some pieces of information depend on others. Sections and their contents are ordered so that prerequisite ideas always appear before the content that relies on them.

What is the paragraph length limit when rewriting sections?▼

Each rewritten paragraph is limited to a maximum of 240 characters. This constraint forces tighter, more readable prose throughout the article.

Does the editing happen automatically without my input?▼

No. The Skill first proposes a section structure and confirms it with you before rewriting. It is also configured with disable-model-invocation, so it only runs when explicitly invoked.

When should I not use this article editing approach?▼

Avoid it for documents where strict formatting must be preserved, such as legal contracts or heavily templated reports, since the rewriting step restructures sections and shortens paragraphs.