返回 Skill 列表
extension
分类: 营销与增长无需 API Key

technical-writing-styleguide

技术写作样式指南,用于编写清晰一致的文档。在撰写、编辑或审阅技术内容、指南、教程或文档时使用。触发点包括文章审阅、写作风格、品牌名称、语法检查、截图指南、指南审核、技术文档。

person作者: jakexiaohubgithub

Technical Writing Styleguide

Quick Reference

Voice: first person plural ("we'll install..."), active voice, friendly and informal tone.

Point of view priority:

  1. First person plural to include the reader: "Next, we'll configure the server."
  2. Second person imperative for instructions: "Type npm install."

Key rules:

  • Be opinionated, not comprehensive — pick one approach and recommend it
  • Never tell the reader something is "easy" or "obvious"
  • Never start with personal background or definitions
  • Avoid marketing speak and encyclopaedia-style content
  • Use serial commas, common contractions, and sentence case for headings
  • Place inline code between backticks, but use fenced code blocks for any runnable commands
  • Put text before screenshots, never two screenshots in a row without text between them

Brand names: many tech brand names have irregular capitalization (JavaScript not Javascript, GitHub not Github, Node.js not NodeJS). Always verify against the brand-names reference.

Numbers: spell out numbers under ten and at the start of sentences. Use numerals for 10 and above. Numbers over three digits get commas (1,000).

Code blocks: always use fenced code blocks with language specifiers for code samples. Use backticks only for inline single-word references.

Principles

  • Clear: keep words and sentences as simple as possible
  • Useful: deliver on the promise your headline made
  • Friendly: use informal language without patronizing the reader

Progressive Disclosure

Decision Guide

When reviewing or editing existing content

Load the grammar and styleguide references. Check brand names against the brand-names reference.

When writing a new tutorial or guide

Load the styleguide for structure and voice. Use the screenshots reference when adding visuals.

When doing a final review before publishing

Run through the guide-audit checklist to verify word count, structure, and content quality.