Редактирование README по списку правок

documentation

readme-edit is a Claude Code skill that mechanically applies a pre-approved action list to a README file without re-diagnosing or second-guessing any entries. It supports six operation types: CUT (delete lines), RELOCATE (move content verbatim), RESTRUCTURE (synthesize replacement from existing material), REWRITE-HEADING (change heading text while preserving its level), REORDER (move entire sections), and ADD-CALLOUT (insert a short annotation sourced from scaladoc, tests, or implementation comments). Em-dash removal is handled as a special case — the sentence is rewritten to eliminate the need for the dash rather than substituting punctuation mechanically. After all actions are applied, the skill runs a post-edit check covering diff size, a banned-phrase scan, and readme-check.sh. It is designed for teams doing iterative, analysis-driven documentation refactoring.