Use when writing or reviewing technical documentation to follow Google's documentation style guide — enforce active voice and present tense, apply sentence case to headings, fix list and procedure formatting, mark code/UI elements correctly, flag non-inclusive terminology, and remove time-specific phrasing. Triggers on tasks involving technical writing, doc review, style consistency, inclusive language, or formatting standards.
64
80%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Numbered lists: Use when sequence is significant (ordered steps, phases, priorities).
Example:
Bulleted lists: Use for nonsequential items (options, features, examples).
Example:
Description lists: Use for terms with descriptions, definitions, or explanations.
Example:
Introduce lists with complete sentences.
Recommended:
Introduce with colon: Use a colon when the introduction immediately precedes the list.
For numbered, lettered, and bulleted lists:
Capital letters:
Periods:
Consistency rule: If punctuation is inconsistent, either:
Use the same syntax/structure for all list items.
Recommended:
Avoid mixing structures:
Run-in headings:
After periods: Capitalize descriptions After colons: Use lowercase
Example with periods:
Example with colons:
Use <p> elements rather than <br> tags for list items with multiple paragraphs.
Use serial commas: "The API supports JSON, XML, and YAML formats."
Avoid ending with "etc." Instead, introduce lists to clarify they're non-exhaustive.
Recommended: "The API supports formats such as JSON, XML, and YAML."
Use numerals for:
Spell out:
Use en dash for ranges: "10–20 seconds"
Use international format to avoid confusion:
Avoid time-specific references:
When necessary:
Always specify timezone when providing specific times:
Use code font for:
Bold for interactive elements:
Use descriptive placeholder names in ALL_CAPS:
Recommended:
gcloud projects create YOUR_PROJECT_IDMake placeholders obvious:
YOUR_PROJECT_ID not project-idYOUR_API_KEY not keyYOUR_REGION not regionTo deploy your application:
npm run buildgcloud auth logingcloud app deploy