| name | refine |
| description | Proofread Markdown without changing structure or voice. Use when editing or writing new material. to fix punctuation, typos, misspellings, grammar, and similar errors while preserving headings, bullets, links, frontmatter, formatting, and the author's style. |
| argument-hint | Describe what to proofread, or run it on the current selection or file |
| user-invocable | true |
Refine
Fix punctuation, typos, misspellings, grammar, and similar surface-level issues in Markdown.
Constraints
- Preserve the author's voice.
- Preserve the existing structure.
- Keep edits scoped to what the user asked to change.
- Do not rewrite for style unless the original wording is clearly broken.
- Follow the repository Markdown instructions.
- Do not remove texts with
ZZZ because they are edit markers for later.
- Ignore markdown lint warnings especially table paddings. They will be auto formatted.
Procedure
- Fix surface-level errors first.
- Make the smallest set of edits needed.
Output
Edit the file directly. Do not create reply with the summary of changes.