skills/revise/SKILL.md
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.
npx skillsauth add helderberto/skills reviseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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. Order: formatting → typos → clarity.
| Issue | Replace with |
|-------|-------------|
| Em dash — (with spaces) | Period, comma, colon, or parentheses depending on context |
| Em dash — (no spaces) | Split into two sentences or use comma |
| Double spaces | Single space |
Workflow: grep for — first, fix all formatting, then typos, then clarity. Grep again to confirm no em dashes remain. Never add words — only remove or substitute. Never rewrite a sentence that is already clear.
Report what was changed by category.
.md filestesting
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
documentation
Compact the current conversation into a handoff doc so a fresh agent can continue the work. Use when user asks to "handoff", "/handoff", "hand this off", or wants to end a session mid-task. Don't use for summarising completed work, writing PRDs/plans/ADRs, or committing changes.
development
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill, or asks "make a skill for X".
development
Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.