From hb
Structurally edits and improves article drafts by reordering sections, tightening arguments, and improving clarity. Interactive section-by-section process with user confirmation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hb:reviseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Structurally edit an article draft through an interactive, section-by-section process. Unlike prose-fix (cosmetic polish), this skill rewrites for clarity, flow, and argument strength.
Structurally edit an article draft through an interactive, section-by-section process. Unlike prose-fix (cosmetic polish), this skill rewrites for clarity, flow, and argument strength.
Before editing, ask the user (skip questions they already answered). Use AskUserQuestion when available; otherwise ask directly:
Read the full article. Map the sections as an information DAG — each concept depends on prior concepts. Identify:
Present the current section outline and a proposed reordering. Wait for user confirmation before proceeding.
For each section, in order:
Edit the file in place, one section at a time.
After all sections are revised:
After structural edits, run a single cosmetic pass over the file: invoke /prose-fix on it (formatting → typos → clarity, in that order). That skill owns the formatting/typo/clarity rules — keeping them in one place avoids the two copies drifting apart.
Report what the polish pass changed by category.
.md filesnpx claudepluginhub helderberto/agent-skills --plugin hbEdits and improves article drafts by restructuring sections, improving clarity, and tightening prose. Useful for revising or improving any written content.
Restructures articles into logical sections, improves clarity, and tightens prose. Use for editing drafts or revising content.
Reviews article drafts section by section for structural logic, concept ordering, and prose clarity. Preserves core arguments while cutting repetition.