Release Notes
SkillDocs & knowledgeLets your agent write user-facing release notes from the git changes since the last release.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Release Notes skill
About this capability
Draft user-facing release notes from a verified release range. Use for release-note or changelog requests and /release-notes; writing notes alone does not imply publishing a release.
What this skill tells your AI
The instructions your AI receives, as published by ccch1mneyyy/dsh-tui in .agents/skills/release-notes/SKILL.md and read by ahel’s review.
Generate user-facing release notes for the current project since the last release.
Procedure
- Determine the last release point (git tags) and collect the change set since then (git log / diff of user-facing surfaces).
- 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)
- Write notes in the user's language, focused on what changed for users — not implementation details.
- 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.
Signals
- GitHub stars
- 3k
- Forks
- 176
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
release-notes-ccch1mneyyy- Source
- github.com/ccch1mneyyy/dsh-tui