Run pprose as pprose <command> if on PATH, else uvx pprose@0.4.0 <command>
(zero-install via uv).
Run pprose --help for every command, pprose skill for the other Practical Prose
skills, and pprose list for all on-demand playbooks, style guides, and procedures
(pprose shortcut, pprose guidelines, pprose runbook each print one by name).
Copy Edit
This is an apply skill: it may modify the target document.
It is a superset of pprose-common-edit and pprose-de-slop: it applies the common
documentation substrate, the AI-prose corrections, and the Expression and Form
dimensions (E1–E3 and F1–F3: clarity, coherence, concision, organization, consistency,
formatting) of the Practical Prose guidelines.
It stops short of the substantive dimensions; for a full all-dimension editorial pass
that also writes an editorial review, use pprose-full-edit.
Inputs
- Path to one Markdown document.
- Optional edit brief, audience, and tolerance for heavier rewrites.
Steps
- Run
pprose shortcut shortcut-copy-edit and follow it.
- Apply the common substrate:
pprose guidelines common-doc-guidelines.
- Apply the Expression and Form dimensions (E1–E3, F1–F3) from
pprose guidelines practical-prose-guidelines (§Expression Dimensions, §Form
Dimensions).
- If the target is a comprehensive practical guide (a reference work helping readers
navigate a complex topic), also read
pprose guidelines writing-practical-guides and
apply its language-level genre guidance (voice, accessibility, intrigue), honoring
each guideline’s applies-when caveat.
- Audit the document, track issues (project issue/bead tooling when available, else the
agent’s to-do/checklist), and apply edits directly.
- Preserve factual meaning, claim strength, citations, and intentional voice.
Do not edit the substantive dimensions (Purpose, Reasoning, Grounding, Judgment); if
those need work, note it and recommend
pprose-full-edit.
- Re-scan the diff for regressions before reporting.
Output
Report the changed file, the Expression issue classes fixed, and any substantive
(Purpose / Reasoning / Grounding / Judgment) issues you noticed but did not edit.
1---2name: pprose-copy-edit3description: Copy-edit a Markdown document for language and formatting (the Expression and Form dimensions); modifies the doc. A superset of pprose-common-edit and pprose-de-slop. Use when asked to copy edit, proofread, polish, tighten, rewrite, or line edit.4---5<!-- DO NOT EDIT: generated by `pprose install` (format=f02) -->67> Run pprose as `pprose <command>` if on PATH, else `uvx pprose@0.4.0 <command>`8> (zero-install via uv).9> Run `pprose --help` for every command, `pprose skill` for the other Practical Prose10> skills, and `pprose list` for all on-demand playbooks, style guides, and procedures11> (`pprose shortcut`, `pprose guidelines`, `pprose runbook` each print one by name).1213# Copy Edit1415This is an apply skill: it may modify the target document.16It is a **superset of `pprose-common-edit` and `pprose-de-slop`**: it applies the common17documentation substrate, the AI-prose corrections, and the Expression and Form18dimensions (E1–E3 and F1–F3: clarity, coherence, concision, organization, consistency,19formatting) of the Practical Prose guidelines.20It stops short of the substantive dimensions; for a full all-dimension editorial pass21that also writes an editorial review, use `pprose-full-edit`.2223## Inputs2425- Path to one Markdown document.26- Optional edit brief, audience, and tolerance for heavier rewrites.2728## Steps29301. Run `pprose shortcut shortcut-copy-edit` and follow it.312. Apply the common substrate: `pprose guidelines common-doc-guidelines`.323. Apply the Expression and Form dimensions (E1–E3, F1–F3) from33 `pprose guidelines practical-prose-guidelines` (§Expression Dimensions, §Form34 Dimensions).354. If the target is a comprehensive practical guide (a reference work helping readers36 navigate a complex topic), also read `pprose guidelines writing-practical-guides` and37 apply its language-level genre guidance (voice, accessibility, intrigue), honoring38 each guideline’s applies-when caveat.395. Audit the document, track issues (project issue/bead tooling when available, else the40 agent’s to-do/checklist), and apply edits directly.416. Preserve factual meaning, claim strength, citations, and intentional voice.42 Do not edit the substantive dimensions (Purpose, Reasoning, Grounding, Judgment); if43 those need work, note it and recommend `pprose-full-edit`.447. Re-scan the diff for regressions before reporting.4546## Output4748Report the changed file, the Expression issue classes fixed, and any substantive49(Purpose / Reasoning / Grounding / Judgment) issues you noticed but did not edit.