$npx -y skills add epicsagas/Velith --skill book-editPhase 4: Editing. 5-stage pipeline — editorial assessment, developmental edit, line edit, copy edit, proofread.
| 1 | # Phase 4: Editing |
| 2 | |
| 3 | Sequential 5-stage pipeline. Context accumulates across stages. |
| 4 | |
| 5 | | Stage | Focus | Output | |
| 6 | |-------|-------|--------| |
| 7 | | 1. Assessment | Macro: proportions, pacing, gaps, redundancies | `edits/01-assessment.md` | |
| 8 | | 2. Developmental | Chapter-level restructuring, argument strength | `edits/02-developmental.md` | |
| 9 | | 3. Line Edit | Paragraph-level, STYLE.md consistency | `edits/03-line-edit.md` | |
| 10 | | 4. Copy Edit | Spelling, terminology, numbers, code formatting | `edits/04-copy-edit.md` | |
| 11 | | 5. Proofread | Typos, spacing, markdown, references | `edits/05-proofread.md` | |
| 12 | |
| 13 | **Severity**: Critical/Major → user approval required. Minor → auto-fix (spelling, markdown, terminology, headings). |
| 14 | |
| 15 | Auto-fix scope: spelling/spacing, format normalization, terminology per STYLE.md, heading consistency. |
| 16 | |
| 17 | Gate: all 5 stages done, <5 Critical/Major remaining, report generated, user approved Critical/Major. |
| 18 | |
| 19 | |
| 20 | ## Post-Completion |
| 21 | |
| 22 | Update the project dashboard status: |
| 23 | |
| 24 | ```bash |
| 25 | node {PLUGIN_ROOT}/velith.mjs scan [project-dir] --plugin-root={PLUGIN_ROOT} |
| 26 | ``` |