blog-writing-guide

Write and review Sentry engineering blog posts following editorial standards and voice guidelines.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/santoshkal/chezmoi --skill blog-writing-guide-santoshkal
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blog-writing-guide
Source: https://github.com/santoshkal/chezmoi/tree/main/private_dot_config/opencode/skills/blog-post
Command: npx skills add https://github.com/santoshkal/chezmoi --skill blog-writing-guide-santoshkal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Drafting technical blog content that meets Sentry's editorial bar is hard: posts often slip into corporate marketing language, AI-sounding prose, vague titles, or shallow technical claims. This Skill enforces Sentry's writing standards so every post reads like something a senior engineer would actually share. ## Core Features & Use Cases - Voice and style enforcement: Applies Sentry's conversational, technically precise voice while banning marketing phrases like "seamless", "cutting-edge", and "we're excited to announce". - Structural guidance: Organizes posts around reader questions (problem, how it works, trade-offs, how to use it) with skimmable formatting and information-carrying headings. - Draft review checklists: Runs technical and editorial review passes covering code accuracy, performance numbers, opening hooks, titles, and the "would I share this?" test. - Use Case: An engineer asks for help turning a postmortem into a blog post; the Skill structures the narrative, strips filler language, strengthens the title, and flags unsupported performance claims. ## Quick Start Ask the assistant to write or review a Sentry blog post draft about your topic using the blog writing skill.

Frequently Asked Questions about blog-writing-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write a Sentry engineering blog post?▼

Start with the problem or conclusion in the first two sentences, then structure the post around reader questions: what problem it solves, how it works technically, trade-offs considered, and how to try it. Apply the Sentry voice and avoid banned marketing phrases.

How to review a technical blog draft for quality?▼

Run two checklists: a technical review verifying claims, working code, and accurate numbers, plus an editorial review checking the opening hook, informative headings, title strength, and the "would I share this?" test. Quote weak passages and rewrite them as examples.

What words and phrases should technical blogs avoid?▼

Avoid corporate filler like "we're excited to announce", "seamless", "best-in-class", "leverage", "robust", and "streamline". Also avoid AI writing tells such as staccato dramatic fragments, bumper-sticker aphorisms, and three-beat reveals.

Does this writing guide cover SEO for developer content?▼

Yes. It recommends leading with tool-agnostic educational content, putting keywords in H2 headings, including a definitional "What is X?" section, and adding an FAQ targeting long-tail keywords for featured snippets.

What are the limitations of a blog writing style guide?▼

A style guide enforces voice, structure, and editorial standards but cannot verify that code samples actually run or that performance numbers are accurate. Authors must still test code and confirm technical claims with the engineers who built the system.