Back to list
x-tri

writing

by x-tri

0🍴 0📅 Jan 25, 2026

SKILL.md


name: writing description: Clear writing standards based on Zinsser's principles. Use for documentation, commit messages, PR descriptions, and technical communication.

Writing Standards

Based on William Zinsser's "On Writing Well".

Core Principles

Clarity

  • One idea per sentence
  • Short sentences (<25 words)
  • Active voice ("We fixed" not "was fixed")

Brevity

  • Every word must earn its place
  • Cut redundant words
  • Delete clutter

Simplicity

  • Simple words over complex
  • Concrete over abstract
  • Specific over vague

Patterns

Commit Messages

<verb> <what>
  • Add user authentication
  • Fix payment validation
  • Refactor database queries

Never: "Fixed stuff", "Updates", "Claude Code"

PR Descriptions

## Summary
[One sentence: what changed]

## Why
[One paragraph: motivation]

## Testing
[How to verify]

Error Messages

<What happened>. <What to do>.
  • User not found. Check the email.
  • Payment failed. Retry or contact support.

Documentation

  1. What it does (one sentence)
  2. Why it exists (one paragraph)
  3. How to use it (clear steps)
  4. Examples (if needed)

Avoid

  • Passive voice
  • Redundant words ("in order to" → "to")
  • Jargon without explanation
  • Hedging ("might", "possibly")
  • Long paragraphs (>5 sentences)

Test Your Writing

  • Can you cut 30%?
  • Is every word necessary?
  • Would you say this to a friend?
  • Can someone skim and understand?

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon