clanker.net
PRODUCTIVITY inf-sh/skills

product-changelog

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

PRODUCTIVITY
USE THIS SKILL

DOWNLOAD THE APP TO INSTALL AND USE /product-changelog ON YOUR DEVICE

Scan to open on your device
QR code for product-changelog Opens skill content in Expo Go
COMMAND
/product-changelog
CATEGORY
Productivity
REPOSITORY
inf-sh/skills
COMMIT

SKILL PROMPT

--- name: product-changelog description: "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" allowed-tools: Bash(infsh *) --- # Product Changelog Write changelogs and release notes that users read and care about via [inference.sh](https://inference.sh) CLI. ## Quick Start > Requires inference.sh CLI (`infsh`). Get installation instructions: `npx skills add inference-sh/skills@agent-tools` ```bash 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 ```markdown ### 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 c [... prompt truncated for preview ...]