From openhands-skills
Generates formatted changelogs from git history since last release tag, categorizing commits into breaking changes, features, fixes, and notes for GitHub releases. Use when preparing release notes.
npx claudepluginhub openhands/extensionsThis skill uses the workspace's default tool permissions.
Generate a changelog for all changes from the most recent release until now.
Generates changelogs from git history using git commands, GitHub CLI, and AI summaries; categorizes conventional commits, detects breaking changes for release notes.
Generates structured changelogs and release notes from git history and PRs, classifying breaking changes, features, fixes, performance, docs using conventional commits.
Generates user-facing changelogs from git commits by scanning history, categorizing changes like features and fixes, and translating technical details to customer-friendly notes. Use for release notes, product updates, and app store submissions.
Share bugs, ideas, or general feedback.
Generate a changelog for all changes from the most recent release until now.
git tag --sort=-creatordatePresent the changelog in a markdown code block, ready to copy-paste into a GitHub release.