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

technical-blog-post

撰写高质量的技术博客文章,要求结构清晰、表达明确。当被要求撰写关于编程、软件、API、工具或技术概念的博客文章、技术文章、教程或指南时使用。触发词包括“写一篇关于...的博客文章”、“创建一篇技术文章”、“帮我写关于[技术主题]的文章”,或者请求教程和操作指南。

person作者: jakexiaohubgithub

Technical Blog Post

Write blog posts that respect the reader's time and deliver real value.

Structure

  1. Lead with the problem or value - First paragraph answers "why should I read this?"
  2. Use scannable headings - Readers skip around; let them
  3. Code examples: minimal, complete, runnable
  4. End with takeaways - What can the reader do now?

Principles

Clarity Over Cleverness

  • Simple language; define jargon when unavoidable
  • One idea per paragraph
  • One main thesis per post

Respect Reader's Time

  • Get to the point; cut preamble
  • Every sentence earns its place
  • If it can be a list, make it a list
  • Long posts need a TL;DR at the top

Show, Don't Tell

  • Concrete examples over abstract explanations
  • Real-world use cases over theoretical possibilities
  • Include failures and edge cases encountered

Technical Accuracy

  • Test all code before including
  • Specify versions and dependencies
  • Acknowledge limitations and tradeoffs
  • Link to primary sources (docs, specs, papers)

Authenticity

  • Share actual experience, including what didn't work
  • Write with voice, not corporate speak
  • Admit uncertainty when present
  • Opinionated writing is more useful than hedged writing

The "So What?" Test

Every post must answer: Why does this matter? What can the reader do now that they couldn't before?

Anti-Patterns

Avoid:

  • Long introductions before getting to content
  • "In this post, we will..." preamble
  • Unexplained jargon
  • Code snippets that don't run
  • Hedging every statement
  • Missing context (versions, environment, prerequisites)