Use when asked to generate release notes, or when the /release-notes command runs — derive user-facing release notes from the change history since the last release.
Scanned 8/30/2026
Install to Claude Code
npx -y skills add ccch1mneyyy/dsh-TUI --skill release-notes --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Release Notes?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ccch1mneyyy-release-notes)More formats (shields.io, HTML) on the badges page.
---
name: release-notes
description: Use when asked to generate release notes, or when the /release-notes command runs — derive user-facing release notes from the change history since the last release.
---
# Release Notes
Generate user-facing release notes for the current project since the last release.
## Procedure
1. Determine the last release point (git tags) and collect the change set since then (git log / diff of user-facing surfaces).
2. Classify changes:
- **新功能** (new features)
- **改进** (improvements / behavior changes)
- **修复** (bug fixes)
- **破坏性变更** (breaking changes — call these out first)
- **内部** (chore/refactor — omit from user-facing notes or fold into a footnote)
3. Write notes in the user's language, focused on what changed for users — not implementation details.
4. Reference issues/PRs where known, keep each bullet one line, group under the sections above.
## Constraints
- Do not fabricate changes — only what the history shows.
- Breaking changes must be listed first, with migration hints.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.