jpskill.com
📦 その他 コミュニティ

product-changelog

新機能や改善点をユーザーが理解しやすい言葉と視覚表現で効果的に伝え、製品の更新情報を魅力的に発信するSkill。

📜 元の英語説明(参考)

Product changelog and release notes that users actually read. Covers categorization, user-facing language, visuals, and distribution. Use for: release notes, changelogs, product updates, feature announcements, versioning. Triggers: changelog, release notes, product update, version notes, what's new, feature announcement, product changelog, update log, release announcement, version release, product release, ship notes

🇯🇵 日本人クリエイター向け解説

一言でいうと

新機能や改善点をユーザーが理解しやすい言葉と視覚表現で効果的に伝え、製品の更新情報を魅力的に発信するSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o product-changelog.zip https://jpskill.com/download/6200.zip && unzip -o product-changelog.zip && rm product-changelog.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/6200.zip -OutFile "$d\product-changelog.zip"; Expand-Archive "$d\product-changelog.zip" -DestinationPath $d -Force; ri "$d\product-changelog.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して product-changelog.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → product-changelog フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-17
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

製品変更履歴

inference.sh CLI を介して、ユーザーが読み、関心を持つ変更履歴とリリースノートを作成します。

クイックスタート

curl -fsSL https://cli.inference.sh | sh && infsh login

# 機能発表のビジュアルを生成する
infsh app run falai/flux-dev-lora --input '{
  "prompt": "clean product UI screenshot mockup, modern dashboard interface showing a new analytics chart feature, light mode, minimal design, professional SaaS product",
  "width": 1248,
  "height": 832
}'

エントリ形式

良いエントリの構成

### New: Bulk Export for Reports 📊

You can now export up to 10,000 rows at once from any report view.
Select your rows, click Export, and choose CSV or Excel format.

Previously limited to 500 rows per export.

![Bulk export button in the reports toolbar](screenshot.png)

構造: カテゴリラベル -> ユーザー向けタイトル -> 今できること -> 方法 -> 変更点 -> ビジュアル

ユーザー向け言語

❌ 内部言語:
"Implemented batch processing queue for the export service"
"Refactored the ReportExporter class to support pagination"
"Fixed bug in CSV serialization (PR #4521)"

✅ ユーザー向け言語:
"You can now export up to 10,000 rows at once from any report"
"Reports now load 3x faster when filtering large datasets"
"Fixed an issue where exported CSV files had missing columns"

ルール:

  • 構築したものではなく、ユーザーができることを書きます。
  • 「You can now...」/「Reports now...」/「Fixed an issue where...」で始めます。
  • メカニズムだけでなく、メリットを含めます。
  • 現在形を使用します。

カテゴリ

標準カテゴリ

カテゴリ アイコン 用途
New ✨ または 🆕 まったく新しい機能または機能
Improved ⚡ または 🔧 既存機能の強化
Fixed 黄/オレンジ 🐛 または 🔨 バグ修正
Removed 🗑️ または ⚠️ 非推奨または削除された機能
Security 🔒 セキュリティパッチ

カテゴリ分類ルール

  • New = ユーザーが以前はまったくできなかったこと
  • Improved = ユーザーができたこと、それがより良く/速く/簡単になったこと
  • Fixed = 壊れていたものが、正しく動作するようになったこと
  • 「Updated」は使用しないでください。意味がありません。改善されたのか、修正されたのか、どちらですか?

バージョン番号付け

セマンティックバージョニング (SemVer)

MAJOR.MINOR.PATCH
  3   .  2  .  1
コンポーネント 増分するタイミング
MAJOR 破壊的変更、大規模な再設計 2.0.0 -> 3.0.0
MINOR 新機能、後方互換性あり 3.1.0 -> 3.2.0
PATCH バグ修正、小規模な改善 3.2.0 -> 3.2.1

日付ベースのバージョニング

2026-02-08  または  2026.02.08  または  February 8, 2026

継続的デプロイを行う SaaS 製品に最適です。

変更履歴ページの構造

# Changelog

## February 8, 2026

### New
- **Bulk Export for Reports** — Export up to 10,000 rows at once. [Learn more →](link)
- **Dark Mode** — Toggle dark mode from Settings > Appearance.

### Improved
- **Dashboard Loading** — Dashboards now load 3x faster on large datasets.
- **Search** — Search results now include archived items.

### Fixed
- Fixed an issue where exported CSV files had missing column headers.
- Fixed a bug where the date picker showed incorrect timezone.

---

## February 1, 2026

### New
- **API Webhooks** — Get notified when events happen in your account.

### Fixed
- Fixed an issue where email notifications were delayed by up to 2 hours.

ビジュアル変更履歴

ビジュアルを追加するタイミング

変更の種類 ビジュアル
新しい UI 機能 新機能のスクリーンショット
UI の再設計 変更前/変更後の比較
新しいワークフロー ステップバイステップのスクリーンショットまたは短いビデオ
パフォーマンス改善 改善を示すグラフ
複雑な機能 アニメーション GIF またはビデオデモ

ビジュアルの生成

# 機能のスクリーンショット (アプリが実行中の場合は、agent browser を使用します)
infsh app run infsh/agent-browser --input '{
  "url": "https://your-app.com/new-feature",
  "action": "screenshot"
}'

# 変更前/変更後の比較
infsh app run infsh/stitch-images --input '{
  "images": ["before-screenshot.png", "after-screenshot.png"],
  "direction": "horizontal"
}'

# 吹き出し付きの注釈付きスクリーンショット
infsh app run bytedance/seededit-3-0-i2i --input '{
  "prompt": "add a red circle highlight around the export button in the top right area",
  "image": "screenshot.png"
}'

# 機能発表バナー
infsh app run falai/flux-dev-lora --input '{
  "prompt": "clean modern product announcement banner, gradient blue to purple background, abstract geometric shapes, professional SaaS aesthetic, wide format",
  "width": 1248,
  "height": 832
}'

破壊的変更

破壊的変更には特別な対応が必要です。

### ⚠️ Breaking: API v2 Endpoints Deprecated

**What changed:** API v1 endpoints will stop working on March 15, 2026.

**What you need to do:**
1. Update your API calls to use v2 endpoints ([migration guide →](link))
2. Update authentication to use Bearer tokens instead of API keys
3. Test your integration before March 15

**Timeline:**
- Now: v2 endpoints available, v1 still works
- March 1: v1 returns deprecation warnings
- March 15: v1 stops working

If you need help migrating, contact support@company.com.

配布チャネル

チャネル 形式 タイミング
変更履歴ページ 全詳細、全エントリ リリースごと
アプリ内通知 1~2行の要約 新機能、破壊的変更
メール 厳選されたハイライト、ビジュアル メジャーリリース (月次/四半期)
ブログ投稿 コンテキスト付きの詳細な解説 大規模なローンチ
ソーシャルメディア 単一機能のハイライト 注目すべき機能
Slack/Discord 簡単な発表 コミュニティがある場合

ソーシャルメディアスニペット形式

🆕 [Product] の新機能: [Feature Name]

[今できることの1~2文の説明]

[スクリーンショットまたはデモビデオ]

T

(原文がここで切り詰められています)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Product Changelog

Write changelogs and release notes that users read and care about via inference.sh CLI.

Quick Start

curl -fsSL https://cli.inference.sh | sh && infsh login

# Generate a feature announcement visual
infsh app run falai/flux-dev-lora --input '{
  "prompt": "clean product UI screenshot mockup, modern dashboard interface showing a new analytics chart feature, light mode, minimal design, professional SaaS product",
  "width": 1248,
  "height": 832
}'

Entry Format

The Anatomy of a Good Entry

### New: Bulk Export for Reports 📊

You can now export up to 10,000 rows at once from any report view.
Select your rows, click Export, and choose CSV or Excel format.

Previously limited to 500 rows per export.

![Bulk export button in the reports toolbar](screenshot.png)

Structure: Category label -> User-facing title -> What you can do now -> How -> What changed -> Visual

User-Facing Language

❌ Internal language:
"Implemented batch processing queue for the export service"
"Refactored the ReportExporter class to support pagination"
"Fixed bug in CSV serialization (PR #4521)"

✅ User-facing language:
"You can now export up to 10,000 rows at once from any report"
"Reports now load 3x faster when filtering large datasets"
"Fixed an issue where exported CSV files had missing columns"

Rules:

  • Write what the user can DO, not what you BUILT
  • Start with "You can now..." / "Reports now..." / "Fixed an issue where..."
  • Include the benefit, not just the mechanism
  • Use present tense

Categories

Standard Categories

Category Color Icon Use For
New Green ✨ or 🆕 Entirely new features or capabilities
Improved Blue ⚡ or 🔧 Enhancements to existing features
Fixed Yellow/Orange 🐛 or 🔨 Bug fixes
Removed Red 🗑️ or ⚠️ Deprecated or removed features
Security Purple 🔒 Security patches

Categorization Rules

  • New = something users couldn't do before at all
  • Improved = something users could do, now it's better/faster/easier
  • Fixed = something that was broken, now works correctly
  • Don't use "Updated" — it's meaningless. Was it improved or fixed?

Version Numbering

Semantic Versioning (SemVer)

MAJOR.MINOR.PATCH
  3   .  2  .  1
Component Increment When Example
MAJOR Breaking changes, major redesign 2.0.0 -> 3.0.0
MINOR New features, backward-compatible 3.1.0 -> 3.2.0
PATCH Bug fixes, small improvements 3.2.0 -> 3.2.1

Date-Based Versioning

2026-02-08  or  2026.02.08  or  February 8, 2026

Best for SaaS products with continuous deployment.

Changelog Page Structure

# Changelog

## February 8, 2026

### New
- **Bulk Export for Reports** — Export up to 10,000 rows at once. [Learn more →](link)
- **Dark Mode** — Toggle dark mode from Settings > Appearance.

### Improved
- **Dashboard Loading** — Dashboards now load 3x faster on large datasets.
- **Search** — Search results now include archived items.

### Fixed
- Fixed an issue where exported CSV files had missing column headers.
- Fixed a bug where the date picker showed incorrect timezone.

---

## February 1, 2026

### New
- **API Webhooks** — Get notified when events happen in your account.

### Fixed
- Fixed an issue where email notifications were delayed by up to 2 hours.

Visual Changelogs

When to Add Visuals

Change Type Visual
New UI feature Screenshot of the new feature
UI redesign Before/after comparison
New workflow Step-by-step screenshots or short video
Performance improvement Chart showing improvement
Complex feature Animated GIF or video demo

Generating Visuals

# Feature screenshot (if you have the app running, use agent browser)
infsh app run infsh/agent-browser --input '{
  "url": "https://your-app.com/new-feature",
  "action": "screenshot"
}'

# Before/after comparison
infsh app run infsh/stitch-images --input '{
  "images": ["before-screenshot.png", "after-screenshot.png"],
  "direction": "horizontal"
}'

# Annotated screenshot with callout
infsh app run bytedance/seededit-3-0-i2i --input '{
  "prompt": "add a red circle highlight around the export button in the top right area",
  "image": "screenshot.png"
}'

# Feature announcement banner
infsh app run falai/flux-dev-lora --input '{
  "prompt": "clean modern product announcement banner, gradient blue to purple background, abstract geometric shapes, professional SaaS aesthetic, wide format",
  "width": 1248,
  "height": 832
}'

Breaking Changes

Breaking changes need special treatment:

### ⚠️ Breaking: API v2 Endpoints Deprecated

**What changed:** API v1 endpoints will stop working on March 15, 2026.

**What you need to do:**
1. Update your API calls to use v2 endpoints ([migration guide →](link))
2. Update authentication to use Bearer tokens instead of API keys
3. Test your integration before March 15

**Timeline:**
- Now: v2 endpoints available, v1 still works
- March 1: v1 returns deprecation warnings
- March 15: v1 stops working

If you need help migrating, contact support@company.com.

Distribution Channels

Channel Format When
Changelog page Full detail, all entries Every release
In-app notification 1-2 line summary New features, breaking changes
Email Curated highlights, visuals Major releases (monthly/quarterly)
Blog post Deep dive with context Big launches
Social media Single feature highlight Notable features
Slack/Discord Brief announcement If you have a community

Social Media Snippet Format

🆕 New in [Product]: [Feature Name]

[1-2 sentence description of what you can now do]

[Screenshot or demo video]

Try it now → [link]

Writing Tips

Do

  • Group related changes together
  • Lead with the biggest/most requested change
  • Link to documentation for complex features
  • Include who requested it ("By popular request:")
  • Show migration paths for breaking changes
  • Date every entry

Don't

  • Don't say "various bug fixes" — list specific fixes or skip them
  • Don't include internal references (PR numbers, ticket IDs, branch names)
  • Don't use "Updated [feature]" without saying how
  • Don't list changes nobody cares about (dependency bumps, internal refactors)
  • Don't commit-dump — one changelog entry may represent many commits

Changelog Frequency

Product Type Frequency Notes
SaaS (continuous deploy) Weekly batch Group a week of changes
SaaS (major features) Per feature launch With blog post
Versioned software Per version release Tied to semver
API Per version + deprecation notices Include migration guides
Mobile app Per app store release Match store listing "What's New"

Common Mistakes

Mistake Problem Fix
Developer language Users don't understand Write what users can do
"Bug fixes and improvements" Zero information List specific fixes
No dates Can't tell what's new Date every entry
No visuals Users skip text Screenshot major features
Breaking changes buried Users discover too late Prominent warning + timeline
Commit log as changelog Noisy, unhelpful Curate and rewrite

Related Skills

npx skills add inferencesh/skills@ai-image-generation
npx skills add inferencesh/skills@prompt-engineering

Browse all apps: infsh app list