agentsclimarketplace

Revise

Skill helderberto/agent-skills/skills/revise

Structurally edit and improve article drafts — reorder sections, tighten arguments, improve clarity. Use when user asks to "revise", "improve my article", "edit my draft", or "/revise". Don't use for typo fixes or formatting (use prose-fix), code documentation, or non-article content.From its SKILL.md

Install
npx -y skills add helderberto/agent-skills --skill revise

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 12 stars12 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.2 KB, 648 tokens by cl100k_base, as published. Nobody here has run it

Revise

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.

Step 1 — Understand Context

Before editing, ask the user (skip questions they already answered). Use AskUserQuestion when available; otherwise ask directly:

  1. Audience: "Who is the target audience?" — Options: "Beginners", "Experienced developers", "General tech readers"
  2. Venue: "Where will this be published?" — Options: "Blog post", "Newsletter", "Documentation"
  3. Takeaway: "What is the one thing the reader should remember?" — ask separately as text (too specific for predefined options)

Step 2 — Analyze Structure

Read the full article. Map the sections as an information DAG — each concept depends on prior concepts. Identify:

  • Dependency violations: concept used before it is introduced
  • Redundant sections: same point made twice in different places
  • Missing sections: logical gaps the reader needs bridged
  • Weak intro: does the first paragraph hook and set expectations?
  • Weak conclusion: does it reinforce the one takeaway?

Present the current section outline and a proposed reordering. Wait for user confirmation before proceeding.

Step 3 — Rewrite Section by Section

For each section, in order:

  1. Lead with the point — first sentence states what the section proves or teaches
  2. Max 240 characters per paragraph — split longer paragraphs
  3. Cut ruthlessly — remove sentences that don't serve the section's point
  4. Smooth transitions — each section's opening should connect to the previous section's conclusion
  5. Show, don't tell — prefer concrete examples over abstract claims

Edit the file in place, one section at a time.

Step 4 — Final Check

After all sections are revised:

  1. Re-read the full article for flow
  2. Verify the intro promises what the article delivers
  3. Verify the conclusion reinforces the one takeaway
  4. Check that no concept is used before it is introduced
  5. Report a summary of structural changes made

Step 5 — Polish Pass

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.

Rules

  • Always read the file before editing
  • Always confirm structural changes with the user before rewriting (Steps 1–3)
  • Preserve the author's voice — restructure and tighten, don't impose a new style
  • Preserve code blocks, technical terms, and proper nouns exactly
  • If the article is already well-structured, skip to Step 5 (or suggest prose-fix instead for a lighter pass)

Scope

  • Works on .md files
  • If no file is specified, ask the user which file to revise

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,790. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.