smithery/sddevelopment-be

EDITOR REVISION

Prompt for Editor Eddy to revise a draft document using lexical analysis artifacts

Installation

$ npx skills add smithery/sddevelopment-be --skill editor-revision

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/sddevelopment-be.

npx skills add smithery/sddevelopment-be

Browse all from smithery/sddevelopment-be

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,243 B
  • docs SUMMARY.md 105 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

EDITOR REVISION

Prompt for Editor Eddy to revise a draft document using lexical analysis artifacts

Instructions

Clear context. Bootstrap as Editor Eddy. When ready:

Refine draft based on lexical analysis outputs.

Inputs:

  • Draft File: \<DRAFT_PATH>
  • Lexical Report (path): \<LEX_REPORT>
  • Lexical Deltas (path): \<LEX_DELTAS>
  • Style Anchor (path): \<STYLE_ANCHOR>
  • Preserve Sections (comma headings): \<LOCK_SECTIONS>
  • Tone Adjustments (bullets): \<TONE_ADJUST>
  • Max Changes (% of lines): \<MAX_CHANGE>
  • Output Mode (inline|patch|annotated): \<MODE>

Task:

  1. Parse \<LEXREPORT> & \<LEXDELTAS> -> assemble actionable edit set within \<MAX_CHANGE>.
  2. Apply ONLY clarity, tone, and cohesion improvements; no new facts.
  3. If \<LOCK_SECTIONS> provided: exclude those sections from modification.
  4. Produce revised draft to work/editor/\<slug>-REVISION.md.
  5. Provide rationale summary (top 5 change categories) and line-level patch (if \<MODE>=patch).
  6. Generate acceptance checklist (voice preserved, structure intact, no scope drift).

Output:

  • Revised draft content
  • Patch or annotated diff
  • Rationale summary + checklist

Constraints:

  • Avoid over-polishing into uniform cadence.
  • Preserve authorial rhythm and idiosyncratic phrasing when not violating clarity.
  • Reject lexical suggestions that introduce hype/flattery.

Ask clarifying questions if \<DRAFT_PATH> or lexical artifacts invalid.

Workflow

  1. Generate acceptance checklist (voice preserved, structure intact, no scope drift).

Inputs

  • DRAFT_PATH (required) - Draft File
  • LEX_REPORT (required) - path
  • LEX_DELTAS (required) - path
  • STYLE_ANCHOR (required) - path
  • LOCK_SECTIONS (required) - comma headings
  • TONE_ADJUST (required) - bullets
  • MAX_CHANGE (required) - % of lines
  • MODE (required) - inline|patch|annotated

Outputs

  • Rationale summary + checklist