Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

blog-writing-guide博客写作指南

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

19,404

周安装

825

GitHub Stars

648

下载量

6,798
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:blog-writing-guide(博客写作指南)
来源仓库:https://github.com/getsentry/skills
仓库路径:skills/blog-writing-guide
安装命令:
npx skills add https://github.com/getsentry/skills --skill blog-writing-guide
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/getsentry/skills --skill blog-writing-guide

简介

blog-writing-guide 用于强制执行 Sentry 博客写作标准,适合在 Codex、Claude、Cursor、Gemini CLI 中协作撰写企业级技术内容时使用。

  • 它确保每篇文章具备资深工程师分享特质:智能具体、略带幽默、拒绝空泛。
  • 使用时内置核心原则库,覆盖语调、结构、证据引用与读者共鸣策略。
  • 安装前建议确认是否锁定特定风格模板及多语言支持范围。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Sentry Blog Writing Skill

This skill enforces Sentry's blog writing standards across every post — whether you're helping an engineer write their first blog post or a marketer draft a product announcement.

The bar: Every Sentry blog post should be something a senior engineer would share in their team's Slack, or reference in a technical decision.

What follows are the core principles to internalize and apply to every piece of content.

The Sentry Voice

We sound like: A senior developer at a conference afterparty explaining something they're genuinely excited about — smart, specific, a little irreverent, deeply knowledgeable.

We don't sound like: A corporate blog, a press release, a sales deck, or an AI-generated summary.

Be technically precise, opinionated, and direct. Humor is welcome but should serve the content, not replace it. Sarcasm works. One good joke per post is plenty.

Use "we" (Sentry) and "you" (the reader). This is a conversation, not a paper.

Banned Language

Never use these. They are automatic red flags:

  • "We're excited/thrilled to announce" — just announce it
  • "Best-in-class" / "industry-leading" / "cutting-edge" — show, don't tell
  • "Seamless" / "seamlessly" — nothing is seamless
  • "Empower" / "leverage" / "unlock" — say what you actually mean
  • "Robust" — describe what makes it robust instead
  • "At [Company], we believe..." — just state the belief
  • "Streamline" — everyone is streamlining, stop
  • Filler transitions: "That being said," "It's worth noting that," "At the end of the day," "Without further ado," "As you might know"
  • "In this blog post, we will explore..." — be direct, just start

The Opening (First 2-3 Sentences)

The opening must do one of two things: state the problem or state the conclusion. Never start with background, company history, or hype.

Good: "Two weeks before launch, we killed our entire metrics product. Here's why pre-aggregating time-series metrics breaks down for debugging, and how we rebuilt the system from scratch."

Bad: "At Sentry, we're always looking for ways to improve the developer experience. Today, we're thrilled to share some exciting updates to our metrics product that we think you'll love."

Structure: Follow the Reader's Questions

Structure every post around what the reader is actually wondering, not your internal narrative:

  1. What problem does this solve? (1-2 paragraphs max)
  2. How does it actually work? Not buttons-you-click, but underlying technology. (Bulk of the post — be specific)
  3. What were the trade-offs or alternatives? (This separates good from great)
  4. How do I use/try/implement this? (Concrete next steps)

For engineering deep-dives, also address: 5. What did we try that didn't work? (Builds trust) 6. What are the known limitations? (Shows intellectual honesty)

Formatting for Skimmability

People scroll. Shorter paragraphs are almost always better for keeping people reading.

Break paragraphs at contrast points. When a sentence introduces a "but," "however," or shifts perspective, start a new paragraph. Don't bury the turn inside a block of text.

Bad:

Traditional monitoring tracks requests and latency. That works for stateless HTTP services. AI agents are different. A single run might involve multiple LLM calls, tool executions, and handoffs.

Good:

Traditional monitoring tracks requests and latency. That works for stateless HTTP services. AI agents are different. A single run might involve multiple LLM calls, tool executions, and handoffs.

The line break before the contrasting point creates visual emphasis. This is standard in online writing even though it breaks traditional paragraph rules.

One idea per paragraph. If a paragraph covers two distinct points, split it. Three-sentence paragraphs are fine. One-sentence paragraphs are fine for emphasis.

No em dashes. Use commas, periods, or line breaks instead. Em dashes are fine in print but create visual clutter in blog formatting.

SEO for Developer Content

When targeting a competitive search query:

Lead generic, close specific. The first 50-60% of the post should be tool-agnostic educational content (definitions, concepts, metrics, best practices). Introduce your product as an implementation example in the second half. Google ranks guides higher than product pages for informational queries.

Put keywords in H2s. Generic headings are invisible to search. "Key metrics for AI agent monitoring" beats "What to measure." (See Section Headings below for good/bad examples.)

Include a definitional section. For any head term ("agent observability", "error monitoring"), top-ranking pages almost always have a "What is X?" section. Include one even if it feels basic.

Add an FAQ. 3-4 questions targeting long-tail keywords at the bottom of the post. These can win featured snippets and People Also Ask boxes.

AI Writing Patterns to Avoid

LLM-generated prose has tells. Flag and rewrite these:

Staccato dramatic fragments.

  • Bad: "No errors. No warnings. Everything green."
  • Good: "There were no errors, no warnings, everything looked fine."

Bumper-sticker aphorisms.

  • Bad: "You can't fix what you can't see."
  • Good: "Without visibility into the full request lifecycle, you're guessing."

Three-beat reveals.

  • Bad: "Not a config issue. Not a code bug. The deploy was stale."
  • Good: "It wasn't a config issue or a code bug. The deploy was stale."

Smug simplicity.

  • Bad: [code block] "That's it. That's all you need."
  • Good: [code block] then explain what the code does, or just move on.

Parallel structure ad copy.

  • Bad: "Metrics tell you what's broken. Traces tell you why."
  • Good: "Metrics show what's broken, but traces are where you'll actually figure out why."

Personality only in the bookends. AI drafts open with a personal anecdote, go impersonal for 80% of the post, then close with a CTA. The author's voice should persist throughout.

  • Bad: Personal intro → clinical middle → "Try Sentry for free."
  • Good: First-person asides woven through the post: "this is the part that tripped me up" / "I would have blamed the wrong service."

Section Headings Must Convey Information

Weak: "Background," "Architecture," "Results," "Conclusion"

Strong: "Why time-series pre-aggregation destroys debugging context," "The scatter-gather approach to distributed GROUP BY," "Where this breaks down: the cardinality wall"

Technical Quality Standards

Numbers over adjectives. If you make a performance claim, include the number.

  • Bad: "This significantly reduced our error processing time."
  • Good: "This reduced our p99 error processing time from 340ms to 45ms — a 7.5× improvement."

Code must work. If a post includes code, test it. Include imports, configuration, and context. Comments should explain *why*, not *what*.

Diagrams for systems. If you describe a system with more than two interacting components, include a diagram. Label with real service names, not generic boxes.

Honesty over hype. Never overstate what a feature does. Acknowledge limitations. If something is in beta, say so. If a competitor does something well, it's okay to note that. Do not claim AI features are more capable than they are — "Seer suggests a likely root cause" ≠ "Seer finds the root cause."

Title Guidelines

The title is the highest-leverage sentence in the post. It must stop a developer scrolling through their RSS feed or Twitter.

Strong titles make a specific claim, tell a story, or promise a specific payoff:

  • "The metrics product we built worked. But we killed it and started over anyway"
  • "How we reduced release delays by 5% by fixing Salt"
  • "Your JavaScript bundle has 47% dead code. Here's how to find it."

Weak titles are vague announcements:

  • "Introducing our new metrics product"
  • "Performance improvements in Sentry"
  • "AI-powered debugging with Seer"

The Closing

End with something useful: a link to docs, source code, a way to try it, or a call to give feedback. Never end with generic hype ("We can't wait to see what you build!"), recaps of what you just said, or product-page CTAs ("Try Sentry for free. Included on all plans."). Connect back to the story you opened with, or give the reader something concrete to do next.

Post Types

Here's the quick map by post type:

TypeGoalByline
Engineering Deep DiveExplain a technical system/decision so other engineers learnThe engineer(s) who built it. Always.
Product LaunchExplain what shipped, why it matters, how to use itPM, engineer, or DevEx. Not PMM unless marketing built it.
PostmortemTransparent failure analysis with timeline and fixesEngineering leadership
Data / ResearchOriginal insights from Sentry's unique data positionData team, engineering, or research
Tutorial / GuideHelp a developer accomplish something specificDevEx, engineer, or community contributor

The "Would I Share This?" Test

Before publishing, ask: Would a developer share this post? Does it have a shot at getting on Hacker News? If the answer is no, the post either needs more depth, more original insight, or it belongs in the changelog instead.

Posts worth sharing contain at least one of:

  • A technical decision explained with trade-offs
  • Original data or research not found elsewhere
  • A real-world debugging story with specific details
  • An honest accounting of something that went wrong
  • A how-to that saves the reader real time

Non-Negotiables (Quick Reference)

  1. Never publish without a real person's name on it. No "The Sentry Team" bylines.
  2. Never publish code that doesn't work.
  3. Never say "we're excited to announce." Just announce it.
  4. If you describe a system, include a diagram.
  5. If you make a performance claim, include the number.
  6. If you discuss a decision, explain what you didn't choose and why.
  7. Every post must have a clear "who is this for" in the author's mind before writing.
  8. Changelogs belong in the changelog. Blog posts should offer something more.
  9. When in doubt, go deeper. The risk of being too shallow is far greater than being too detailed.
  10. Write the post you wish existed when you were trying to solve this problem.

When Reviewing or Editing a Draft

Run through both checklists:

Technical Review:

  • All technical claims accurate
  • Code samples work
  • Architecture descriptions match reality
  • Numbers and benchmarks correct
  • No oversimplifications that would make an expert cringe

Editorial Review:

  • Opening hooks reader within 2 sentences
  • Passes the "would I share this?" test
  • No corporate language, filler, or fluff
  • Headings convey information
  • Right length (not padded, not too thin)
  • Title is specific and compelling

Final Check:

  • Author byline is correct (real person's name)
  • Links to docs/getting-started included
  • Post doesn't duplicate what's in the changelog

When providing feedback, be specific and constructive. Quote the weak passage, explain why it's weak, and rewrite it to show the standard.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.74%
按下载量换算2,294

Claude

30.88%
按下载量换算2,099

Cursor

17.69%
按下载量换算1,203

Gemini CLI

9.61%
按下载量换算653

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills