proofread-markdown

star 1.0k

Proofreads Markdown files against Google guidelines.

dart-lang By dart-lang schedule Updated 4/9/2026

name: proofread-markdown description: Proofreads Markdown files against Google guidelines.

Proofreading Markdown

Overview

Help us transform technical text into clear, concise, and machine-readable Markdown. We follow the Google Developer Documentation Style Guide.

Workflow

1. Check line length

2. Fix voice and tone

  • Use active voice.
  • Use present tense.
  • Use second person ("you"). No "we".

3. Check word choice

  • No forbidden terms: "e.g.", "i.e.", "etc.", "should", "would", "could".
  • Use Oxford comma and American spelling.

4. Style headings and lists

  • Use Sentence case for headings.
  • Put a blank line after all headings.
  • Numbered lists MUST use 1. for every item to allow easy reordering.

5. Use less words in sections with steps

  • If a section has steps in it, be brief. Keep it short, simple, and accurate.
Install via CLI
npx skills add https://github.com/dart-lang/site-www --skill proofread-markdown
Repository Details
star Stars 1,034
call_split Forks 780
navigation Branch main
article Path SKILL.md
More from Creator