guides/product/product-changelog/SKILL.md
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
npx skillsauth add inference-sh-8/skills product-changelogInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
Security scan pending...
This skill is queued for security scanning. Results will appear when the scan completes.
Install the belt CLI skill:
npx skills add belt-sh/cli
Write changelogs and release notes that users read and care about via inference.sh CLI.
Requires inference.sh CLI (
belt). Install instructions
belt login
# Generate a feature announcement visual
belt 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.

Structure: Category label -> User-facing title -> What you can do now -> How -> What changed -> Visual
❌ 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:
| 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 |
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 |
2026-02-08 or 2026.02.08 or February 8, 2026
Best for SaaS products with continuous deployment.
# 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.
| 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 |
# Feature screenshot (if you have the app running, use agent browser)
belt app run infsh/agent-browser --input '{
"url": "https://your-app.com/new-feature",
"action": "screenshot"
}'
# Before/after comparison
belt app run infsh/stitch-images --input '{
"images": ["before-screenshot.png", "after-screenshot.png"],
"direction": "horizontal"
}'
# Annotated screenshot with callout
belt 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
belt 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 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 [email protected].
| 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 |
🆕 New in [Product]: [Feature Name]
[1-2 sentence description of what you can now do]
[Screenshot or demo video]
Try it now → [link]
| 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" |
| 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 |
npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@prompt-engineering
Browse all apps: belt app store
data-ai
Generate multi-person talking head podcast videos from scratch using AI — character creation, TTS, avatar animation, and video stitching. Use when the user wants to create a podcast, talking head video, or multi-speaker conversation video.
development
Declarative UI widgets from JSON for React/Next.js from ui.inference.sh. Render rich interactive UIs from structured agent responses. Capabilities: forms, buttons, cards, layouts, inputs, selects, checkboxes. Use for: agent-generated UIs, dynamic forms, data display, interactive cards. Triggers: widgets, declarative ui, json ui, widget renderer, agent widgets, dynamic ui, form widgets, card widgets, shadcn widgets, structured output ui
tools
Tool lifecycle UI components for React/Next.js from ui.inference.sh. Display tool calls: pending, progress, approval required, results. Capabilities: tool status, progress indicators, approval flows, results display. Use for: showing agent tool calls, human-in-the-loop approvals, tool output. Triggers: tool ui, tool calls, tool status, tool approval, tool results, agent tools, mcp tools ui, function calling ui, tool lifecycle, tool pending
development
Chat UI building blocks for React/Next.js from ui.inference.sh. Components: container, messages, input, typing indicators, avatars. Capabilities: chat interfaces, message lists, input handling, streaming. Use for: building custom chat UIs, messaging interfaces, AI assistants. Triggers: chat ui, chat component, message list, chat input, shadcn chat, react chat, chat interface, messaging ui, conversation ui, chat building blocks