create-changelog-announcement
新機能や改善、バグ修正に関する変更履歴を作成し、詳細なドキュメントページやサイドバーへの告知追加など、プロジェクト標準に沿った公開作業を支援するSkill。
📜 元の英語説明(参考)
Use this skill to create and publish changelog announcements for new features, improvements, or bug fixes. This skill handles the complete workflow - creating detailed changelog documentation pages, adding sidebar announcement cards, and ensuring everything follows project standards. Use when the user mentions adding changelog entries, documenting new features, creating release notes, or announcing product updates.
🇯🇵 日本人クリエイター向け解説
新機能や改善、バグ修正に関する変更履歴を作成し、詳細なドキュメントページやサイドバーへの告知追加など、プロジェクト標準に沿った公開作業を支援するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o create-changelog-announcement.zip https://jpskill.com/download/10076.zip && unzip -o create-changelog-announcement.zip && rm create-changelog-announcement.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/10076.zip -OutFile "$d\create-changelog-announcement.zip"; Expand-Archive "$d\create-changelog-announcement.zip" -DestinationPath $d -Force; ri "$d\create-changelog-announcement.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
create-changelog-announcement.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
create-changelog-announcementフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Changelogアナウンスメントの作成
このスキルは、以下を含む完全なChangelogアナウンスメントを作成する手順を案内します。
/docs/blog/entries/内の詳細なChangelogドキュメントページ/docs/blog/main.mdx内のサマリーエントリ/web/oss/src/components/SidebarBanners/data/changelog.json内のサイドバーアナウンスメントカード/docs/src/data/roadmap.ts内のロードマップの更新- GitHubディスカッションのクローズ(該当する場合)
- ソーシャルメディアアナウンスメント(LinkedIn、Twitter、Slack)
あなたの主な責任
1. 完全なChangelog作成ワークフロー
Changelogアナウンスメントごとに、調整された3つのエントリを作成します。
A. 詳細エントリ (docs/blog/entries/[feature-slug].mdx):
- 機能または変更に関する包括的な説明
- コード例、スクリーンショット、または埋め込み動画
- 関連ドキュメントへのリンク
- ユーザーに焦点を当てた利点とユースケース
B. サマリーエントリ (docs/blog/main.mdx):
- 簡潔な1〜2段落のサマリー
- バージョン番号と日付
- 詳細エントリへのリンク
- 重要な機能の場合は埋め込みメディア
C. サイドバーアナウンスメント (web/oss/src/components/SidebarBanners/data/changelog.json):
- 一文の説明
- 詳細なドキュメントへのリンク
- 日付を含む一意のID
2. 情報収集
エントリを作成する前に、以下を収集します。
- 機能名と説明
- バージョン番号(不明な場合は、「このChangelogエントリはどのバージョン用ですか?」と質問します)
- リリース日(指定されていない場合は、デフォルトで今日にします)
- ユーザーがスクリーンショット/動画を持っているかどうか(言及されているが提供されていない場合は質問します)
- 関連ドキュメントへのリンク
明確なバージョン識別子と機能の説明なしに進めないでください。
3. ライティングスタイルガイドライン
これらのライティングガイドラインを厳守してください。
- 何よりも明瞭さ: 非技術的な用語には11年生レベルの英語を使用します
- 能動態: 「会話を追跡できるようになりました」ではなく「会話を追跡できるようになりました」
- 短い文: 基本的に歯切れの良い文を使用します。流れを良くするためだけに長い文を使用します
- 完全な文: 簡潔さが明らかに読みやすさを向上させる場合を除き、断片的な文は避けてください
- emダッシュ(—)を使用しない: 代わりにピリオド、括弧()、またはセミコロン;を使用します
- 最小限の書式設定: 太字と箇条書きは控えめに使用します。スキャンを助ける場合にのみ使用します
- ユーザー中心: 「追加しました...」ではなく「これで...できます」と書きます
- 機能よりも利点: 何を構築したかではなく、ユーザーが何ができるかを説明します
例:
❌ 悪い例: "We've implemented a new session tracking system that enables users to group related traces—making it easier to analyze conversations."
✅ 良い例: "You can now group related traces into sessions. This helps you analyze complete conversations and track metrics across multiple turns."
4. IDと命名規則
Changelogエントリのファイル命名:
- 説明的な名前でkebab-caseを使用します
- 例:
chat-sessions-observability.mdx、pdf-support-in-playground.mdx - 60文字未満に保ちます
サイドバーアナウンスメントID:
- 形式:
changelog-YYYY-MM-DD-feature-slug - 例:
changelog-2026-01-09-chat-sessions - 競合を防ぐために一意である必要があります
バージョン形式:
- セマンティックバージョニングを使用します:
v0.73.0 - サマリーエントリに含めます
5. メディアの取り扱い
ユーザーが動画またはスクリーンショットについて言及した場合:
YouTube動画の場合(詳細エントリ内):
<div style={{display: 'flex', justifyContent: 'center', marginTop: "20px", marginBottom: "20px", flexDirection: 'column', alignItems: 'center'}}>
<iframe
width="100%"
height="500"
src="https://www.youtube.com/embed/VIDEO_ID"
title="Feature Demo"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowFullScreen
></iframe>
</div>
画像の場合(詳細エントリ内):
<Image
img={require('/static/images/changelog/feature-name.png')}
alt="Feature description"
style={{display: 'block', margin: '20px auto', textAlign: 'center'}}
/>
不明な場合は詳細を尋ねてください:
- 「デモビデオのYouTube URLはありますか?」
- 「プレースホルダーを追加する必要があるスクリーンショットの数はいくつですか?」
- 「ナラティブのどこに画像を配置する必要がありますか?」
6. 機能ドキュメントの統合
常に、関連するドキュメントを検索してください:
/docs/docs/に専用の機能ページが存在するかどうかを確認します- 見つかった場合は、サマリーエントリと詳細エントリの両方でリンクします
- 見つからない場合は、これをメモして、「この機能のドキュメントを作成する必要がありますか?」と質問します
ドキュメントリンクの形式:
- 相対パスを使用します:
/observability/trace-with-python-sdk/track-chat-sessions - 外部でない限り、絶対URLは使用しません
7. 品質保証チェックリスト
最終決定する前に、以下を確認してください。
- [ ] バージョン番号が存在し、正しい
- [ ] 3つのエントリすべてが作成されている(詳細、サマリー、サイドバー)
- [ ] サマリーが詳細エントリに正しくリンクされている
- [ ] 可能な限り能動態が使用されている
- [ ] emダッシュが存在しない
- [ ] 該当する場合は機能ドキュメントがリンクされている
- [ ] 言及されている場合はメディアプレースホルダーが追加されている
- [ ] ライティングスタイルガイドラインに従っている
- [ ] IDとファイル名が規則に従っている
- [ ] 必要なフロントマターがすべて含まれている
8. ファイル場所のリファレンス
詳細なChangelogエントリ:
- パス:
/docs/blog/entries/[feature-slug].mdx - 例:
/docs/blog/entries/chat-sessions-observability.mdx
サマリーChangelog:
- パス:
/docs/blog/main.mdx - ファイルの先頭に新しいエントリを追加します(インポート後、他のエントリの前)
サイドバーアナウンスメント:
- パス:
/web/oss/src/components/SidebarBanners/data/changelog.json - JSON配列、先頭に新しいエントリを追加します
ステップバイステップのワークフロー
ステップ1:情報収集
不足している情報についてユーザーに質問します。
- これはどのバージョン用ですか?
- デモビデオまたはスクリーンショットはありますか?
- ユーザーがこれから得る主な利点は何ですか?
- リンクする必要があるこの機能の既存のドキュメントはありますか?
ステップ2:関連ドキュメントの検索
# 関連ドキュメントの検索
grep -r "session" docs/docs/observability --include="*.mdx" --include="*.md"
ステップ3:詳細の作成
(原文がここで切り詰められています)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Create Changelog Announcement
This skill guides you through creating complete changelog announcements that include:
- Detailed changelog documentation page in
/docs/blog/entries/ - Summary entry in
/docs/blog/main.mdx - Sidebar announcement card in
/web/oss/src/components/SidebarBanners/data/changelog.json - Roadmap update in
/docs/src/data/roadmap.ts - GitHub discussion closure (if applicable)
- Social media announcements (LinkedIn, Twitter, Slack)
Your Core Responsibilities
1. Complete Changelog Creation Workflow
For every changelog announcement, you create THREE coordinated entries:
A. Detailed Entry (docs/blog/entries/[feature-slug].mdx):
- Comprehensive explanation of the feature or change
- Code examples, screenshots, or embedded videos
- Links to related documentation
- User-focused benefits and use cases
B. Summary Entry (docs/blog/main.mdx):
- Concise 1-2 paragraph summary
- Version number and date
- Link to detailed entry
- Embedded media if significant feature
C. Sidebar Announcement (web/oss/src/components/SidebarBanners/data/changelog.json):
- One-sentence description
- Link to detailed documentation
- Unique ID with date
2. Information Gathering
Before creating any entry, collect:
- Feature name and description
- Version number (if unclear, ask: "Which version is this changelog entry for?")
- Release date (default to today if not specified)
- Whether user has screenshots/videos (ask if mentioned but not provided)
- Links to related documentation
Never proceed without a clear version identifier and feature description.
3. Writing Style Guidelines
Apply these writing guidelines rigorously:
- Clarity above all else: Use 11th grade English for non-technical terms
- Active voice: "You can now track conversations" not "Conversations can now be tracked"
- Short sentences: Default to punchy sentences; use longer ones only for flow
- Complete sentences: Avoid fragments unless brevity clearly improves readability
- No em dashes (—): Use periods, parentheses (), or semicolons ; instead
- Minimal formatting: Use bold and bullets sparingly—only when they aid scanning
- User-focused: Write "You can now..." not "We've added..."
- Benefits over features: Explain what users can do, not what you built
Examples:
❌ Bad: "We've implemented a new session tracking system that enables users to group related traces—making it easier to analyze conversations."
✅ Good: "You can now group related traces into sessions. This helps you analyze complete conversations and track metrics across multiple turns."
4. ID and Naming Conventions
Changelog Entry File Naming:
- Use kebab-case with descriptive names
- Examples:
chat-sessions-observability.mdx,pdf-support-in-playground.mdx - Keep under 60 characters
Sidebar Announcement IDs:
- Format:
changelog-YYYY-MM-DD-feature-slug - Example:
changelog-2026-01-09-chat-sessions - Must be unique to prevent conflicts
Version Format:
- Use semantic versioning:
v0.73.0 - Include in summary entry
5. Media Handling
When user mentions videos or screenshots:
For YouTube videos (in detailed entry):
<div style={{display: 'flex', justifyContent: 'center', marginTop: "20px", marginBottom: "20px", flexDirection: 'column', alignItems: 'center'}}>
<iframe
width="100%"
height="500"
src="https://www.youtube.com/embed/VIDEO_ID"
title="Feature Demo"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowFullScreen
></iframe>
</div>
For images (in detailed entry):
<Image
img={require('/static/images/changelog/feature-name.png')}
alt="Feature description"
style={{display: 'block', margin: '20px auto', textAlign: 'center'}}
/>
Ask for specifics if unclear:
- "Do you have the YouTube URL for the demo video?"
- "How many screenshots should I add placeholders for?"
- "Where should I place the images in the narrative?"
6. Feature Documentation Integration
Always search for related documentation:
- Check if a dedicated feature page exists in
/docs/docs/ - If found, link to it in both the summary and detailed entries
- If not found, note this and ask: "Should we create documentation for this feature?"
Documentation links format:
- Use relative paths:
/observability/trace-with-python-sdk/track-chat-sessions - Not absolute URLs unless external
7. Quality Assurance Checklist
Before finalizing, verify:
- [ ] Version number present and correct
- [ ] All three entries created (detailed, summary, sidebar)
- [ ] Summary links to detailed entry correctly
- [ ] Active voice used where possible
- [ ] No em dashes present
- [ ] Feature documentation linked if applicable
- [ ] Media placeholders added if mentioned
- [ ] Writing style guidelines followed
- [ ] IDs and file names follow conventions
- [ ] All required frontmatter included
8. File Locations Reference
Detailed changelog entries:
- Path:
/docs/blog/entries/[feature-slug].mdx - Example:
/docs/blog/entries/chat-sessions-observability.mdx
Summary changelog:
- Path:
/docs/blog/main.mdx - Add new entry at the TOP of the file (after imports, before other entries)
Sidebar announcements:
- Path:
/web/oss/src/components/SidebarBanners/data/changelog.json - JSON array, add new entry at the TOP
Step-by-Step Workflow
Step 1: Gather Information
Ask the user for any missing information:
- What version is this for?
- Do you have a demo video or screenshots?
- What's the primary benefit users will get from this?
- Are there existing docs for this feature I should link to?
Step 2: Search for Related Documentation
# Search for related docs
grep -r "session" docs/docs/observability --include="*.mdx" --include="*.md"
Step 3: Create Detailed Entry
Create /docs/blog/entries/[feature-slug].mdx:
IMPORTANT: Use correct frontmatter format (no authors field):
---
title: "Feature Name"
slug: feature-name-slug
date: YYYY-MM-DD
tags: [vX.Y.Z]
description: "One-sentence description of the feature."
---
# Feature Name
## Overview
[2-3 paragraphs explaining what this feature is and why it matters]
## Key Capabilities
- **Capability 1**: Description
- **Capability 2**: Description
- **Capability 3**: Description
## How It Works
[Step-by-step explanation or code examples]
```python
# Code example if applicable
import agenta as ag
ag.tracing.store_session(session_id="conversation_123")
Use Cases
[Real-world scenarios where this feature helps]
Getting Started
[Links to documentation, tutorials, or guides]
What's Next
[Optional: What's coming next or related features]
### Step 4: Add Summary to main.mdx
Add to `/docs/blog/main.mdx` at the TOP (after imports):
```mdx
### [Feature Name](/changelog/feature-slug)
_DD Month YYYY_
**vX.Y.Z**
[1-2 paragraph summary explaining what the feature does and why users should care. Focus on benefits and capabilities.]
[Optional: Add embedded video or image if this is a major feature]
---
Step 5: Add Sidebar Announcement
Add to /web/oss/src/components/SidebarBanners/data/changelog.json:
[
{
"id": "changelog-2026-01-09-feature-name",
"title": "Feature Name (Keep Under 40 Chars)",
"description": "One-sentence benefit users get from this feature.",
"link": "https://agenta.ai/docs/changelog/feature-slug"
},
// ... existing entries
]
Step 6: Update Roadmap
Update /docs/src/data/roadmap.ts:
If feature was in roadmap:
- Find the feature in
inProgressFeaturesarray - Move it to
shippedFeaturesarray at the top - Convert from
PlannedFeatureformat toShippedFeatureformat:- Remove
githubUrlfield - Add
changelogPathfield pointing to your detailed entry - Add
shippedAtfield with ISO date (YYYY-MM-DD)
- Remove
Example:
// Move from inProgressFeatures to top of shippedFeatures:
{
id: "chat-session-view",
title: "Chat Sessions in Observability",
description: "Track multi-turn conversations with session grouping...",
changelogPath: "/docs/changelog/chat-sessions-observability",
shippedAt: "2026-01-09",
labels: [{name: "Observability", color: "DE74FF"}],
}
Step 7: Check GitHub Discussion
If the roadmap item had a githubUrl pointing to a GitHub discussion:
- Note the discussion URL from the roadmap entry
- Check if the discussion should be closed (ask user if unsure)
- If using
ghCLI:gh issue close <number> --repo Agenta-AI/agenta --comment "Shipped in v0.73.0" - If CLI not available, note the discussion URL for manual closure
Step 8: Create Social Media Announcements
Follow the guidelines in: .claude/skills/write-social-announcement/SKILL.md
That skill contains comprehensive guidelines for writing authentic announcements that avoid common AI writing patterns. Key points:
- Vary your openings (don't always start with "We just shipped")
- Avoid AI vocabulary: "crucial", "pivotal", "showcases", "underscores", "landscape", "tapestry"
- No superficial "-ing" analyses at end of sentences
- No rhetorical questions ("Working with large test sets?")
- No cliché closings ("Small changes, but they add up")
- Be specific and direct
Create SOCIAL_ANNOUNCEMENTS.md with sections for LinkedIn, Twitter, and Slack
Step 9: Build and Verify
CRITICAL: Always run the build to verify no errors before finishing.
-
Run the documentation build:
cd docs && npm run build -
If build fails, fix errors immediately:
- Common error: Missing authors field - Remove
authors: [agenta]from frontmatter - Correct frontmatter format (example from existing entries):
--- title: "Feature Name" slug: feature-name-slug date: YYYY-MM-DD tags: [vX.Y.Z] description: "Brief description" --- - Invalid MDX syntax - Check for unclosed tags, incorrect JSX
- Broken links - Verify all relative paths exist
- Common error: Missing authors field - Remove
-
Verify checklist:
- [ ] Build completed successfully (
npm run buildin docs/) - [ ] Read all files to ensure consistency
- [ ] Check that links work (relative paths correct)
- [ ] Verify JSON syntax in sidebar announcement
- [ ] Ensure version numbers match across files
- [ ] Confirm writing style follows guidelines
- [ ] Roadmap updated correctly
- [ ] Social announcements created
Common Patterns and Examples
Example 1: New Feature Announcement (Chat Sessions)
Detailed Entry (docs/blog/entries/chat-sessions-observability.mdx):
---
title: "Chat Sessions in Observability"
description: "Track and analyze multi-turn conversations with session grouping, cost analytics, and conversation flow visualization."
authors: [agenta]
tags: [observability, sessions, tracing]
hide_table_of_contents: false
---
# Chat Sessions in Observability
## Overview
Chat sessions bring conversation-level observability to Agenta. You can now group related traces from multi-turn conversations together, making it easy to analyze complete user interactions rather than individual requests.
This feature is essential for debugging chatbots, AI assistants, and any application with multi-turn conversations. You get visibility into the entire conversation flow, including costs, latency, and intermediate steps.
## Key Capabilities
- **Automatic Grouping**: All traces with the same `ag.session.id` attribute are automatically grouped together
- **Session Analytics**: Track total cost, latency, and token usage per conversation
- **Session Browser**: Dedicated UI showing all sessions with first input, last output, and key metrics
- **Session Drawer**: Detailed view of all traces within a session with parent-child relationships
- **Real-time Monitoring**: Auto-refresh mode for monitoring active conversations
## How It Works
Add a session ID to your traces using either the Python SDK or OpenTelemetry:
**Python SDK:**
```python
import agenta as ag
ag.tracing.store_session(session_id="conversation_123")
OpenTelemetry:
span.setAttribute('ag.session.id', 'conversation_123')
The UI automatically detects session IDs and groups traces together. You can use any format for session IDs: UUIDs, composite IDs (user_123_session_456), or custom formats.
Use Cases
- Debug Chatbots: See the complete conversation flow when users report issues
- Monitor Multi-turn Agents: Track how your agent handles follow-up questions and context
- Analyze Conversation Costs: Understand which conversations are expensive and why
- Optimize Performance: Identify latency issues across entire conversations, not just single requests
Getting Started
Learn more in our documentation:
What's Next
We're continuing to enhance session tracking with upcoming features like session-level annotations, session comparisons, and automated session analysis.
**Summary Entry** (add to `docs/blog/main.mdx`):
```mdx
### [Chat Sessions in Observability](/changelog/chat-sessions-observability)
_9 January 2026_
**v0.73.0**
You can now track multi-turn conversations with chat sessions. All traces with the same session ID are automatically grouped together, letting you analyze complete conversations instead of individual requests.
The new session browser shows key metrics like total cost, latency, and token usage per conversation. Open any session to see all traces with their parent-child relationships. This makes debugging chatbots and AI assistants much easier. Add session tracking with one line of code using either our Python SDK or OpenTelemetry.
---
Sidebar Announcement:
{
"id": "changelog-2026-01-09-chat-sessions",
"title": "Chat Sessions in Observability",
"description": "Track multi-turn conversations with session grouping and cost analytics.",
"link": "https://agenta.ai/docs/changelog/chat-sessions-observability"
}
Example 2: Integration Announcement
For integrations, focus on:
- What you can now integrate with
- How easy it is to set up (mention "one line of code" if true)
- Key benefits specific to that integration
- Link to integration docs
Example 3: Improvement Announcement
For improvements, emphasize:
- Quantifiable improvements (e.g., "10x faster", "50% reduction")
- Before/after comparison if dramatic
- How this helps users (time saved, better experience)
Decision-Making Framework
When Information is Missing:
- Version number unclear → Ask immediately before proceeding
- Feature scope ambiguous → Request clarification and examples
- Media availability uncertain → Confirm with user before adding placeholders
- Categorization unclear → Ask whether it's a new feature, improvement, or bug fix
When Editing Existing Entries:
- Always preserve factual accuracy and original intent
- Improve clarity and style without changing meaning
- Flag technical inaccuracies to the user rather than guessing
Output Format
When creating a changelog announcement, provide:
- Detailed entry content for
docs/blog/entries/[slug].mdx - Summary entry content to add to
docs/blog/main.mdx - Sidebar announcement JSON to add to
changelog.json - Confirmation that you checked for related documentation
- Any questions or clarifications needed
Be proactive in identifying unclear requirements. Ask specific questions rather than making assumptions. Your goal is to produce changelog entries that are immediately publishable without requiring revision.
Tips for Success
- Read existing entries first: Before creating new entries, read 2-3 recent entries in
main.mdxandentries/to match the tone and structure - Be concise: Users skim changelogs. Front-load the benefit in every sentence.
- Link generously: Help users find more information easily
- Test your work: Read the entries out loud to catch awkward phrasing
- Consistency matters: Ensure terminology matches across all three entries
Remember: You're creating user-facing documentation that represents a new feature to thousands of developers. Make it clear, compelling, and easy to understand.