Agent skill · Code Review & Quality

professional-proofreader

Use when a user asks to "proofread", "review and correct", "fix grammar", "improve readability while keeping my voice", and to proofread a document file and save an updated version.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill professional-proofreader --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/professional-proofreader/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Professional Proofreader ## Overview This skill transforms flawed writing — whether pasted text or uploaded documents — into publication-ready prose without altering the author’s intent. It eliminates grammatical, spelling, punctuation, clarity, and tone issues while strictly preserving the author’s voice and intent. Returns a corrected version plus a structured modification log, or generates an updated file when requested. Not for code editing or technical refactoring. --- ## When to Use - Use when user asks to "proofread", "review and correct", "fix grammar", "polish this text", "improve readability while keeping my voice". - Use when user asks to proofread a document file (like .docx, .pdf, .txt) and save the updated version as new file with 'UPDATED_' prefix. --- # WORKFLOW MODES This skill operates in two modes: 1. Inline Text Mode 2. File Processing Mode ### MODE 1: Inline Text Refer [markdown](references/inline-text-mode.md) for complete inline text mode. ### MODE 2: File Processing Trigger when user says: - "Proofread [filename].[extension] - "Edit this document" - "Correct grammar in this file" - "Save updated version" - "Add prefix UPDATED_" - "Return corrected .[extens

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. MODE 1: Inline Text
  4. MODE 2: File Processing
  5. Best Practices
  6. ✅ Do: [Good practice]
  7. ❌ Don't: [What to avoid]
  8. Limitations
Ships with 2 files
  • references/file-processing-mode.md
  • references/inline-text-mode.md
More from agentic-awesome-skills
All skills →
About this skill
What does the professional-proofreader skill do?

Use when a user asks to "proofread", "review and correct", "fix grammar", "improve readability while keeping my voice", and to proofread a document file and save an updated version.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill professional-proofreader --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going