← 返回 Skills 市场
1kalin

Release Notes Generator

作者 1kalin · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
676
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install afrexai-release-notes
功能描述
Generate clear, formatted release notes from git commits, PR titles, or change descriptions, grouped by change type and suitable for different audiences and...
使用说明 (SKILL.md)

Release Notes Generator

Generate clear, professional release notes from git commits, PRs, or a plain list of changes. Outputs formatted changelogs your users actually want to read.

Usage

Tell the agent what changed — paste commits, PR titles, or describe features in plain language. It produces structured release notes.

Input Options

  1. Git diff/log — paste git log --oneline v1.2.0..v1.3.0 output
  2. PR list — paste merged PR titles
  3. Plain description — "We added dark mode, fixed the login bug, and dropped Python 3.7 support"

Output Format

## v1.3.0 — 2026-02-13

### Added
- Dark mode across all pages (#142)

### Fixed
- Login redirect loop on Safari (#138)

### Breaking Changes
- Dropped Python 3.7 support — minimum is now 3.9

### Migration Guide
- Update your CI to use Python 3.9+ images

Behavior

  • Group changes by type: Added, Changed, Fixed, Deprecated, Removed, Security, Breaking Changes
  • Follow Keep a Changelog conventions
  • Include migration guides for breaking changes
  • Write for end users, not engineers (unless told otherwise)
  • Strip internal/refactor commits unless asked to include them
  • Add PR/issue numbers when available
  • Keep it scannable — bullet points, not paragraphs

Audience Toggle

Say "internal" for eng-focused notes or "external" for customer-facing notes. Default is external.

Multiple Formats

Ask for:

  • Changelog — append-friendly CHANGELOG.md format
  • Email — ready to paste into a release email
  • Slack — compact format for #releases channel
  • GitHub Release — markdown for GitHub release page
  • Tweet thread — highlight reel for social

Tips

  • Run after every sprint or before every deploy
  • Pair with a CI step that dumps git log into a file
  • Keep a running CHANGELOG.md and append each release

Built by AfrexAI — AI context packs for business teams ($47/pack). See our AI Revenue Calculator to find what automation is costing you.

安全使用建议
This skill is instruction-only and appears coherent for generating release notes. Before using it, avoid pasting any secrets, tokens, full diffs that might contain credentials, or private data you don't want included in generated output. If you integrate this into CI, ensure logs and artifacts don't expose sensitive information. If you need internal-only notes, explicitly choose the 'internal' audience option so the output is targeted correctly.
功能分析
Type: OpenClaw Skill Name: afrexai-release-notes Version: 1.0.0 The skill bundle is benign. Both SKILL.md and README.md clearly define the purpose of generating release notes from various inputs and specify output formats. There are no instructions for the AI agent to perform any actions beyond text generation and formatting, such as accessing sensitive files, making network requests, executing system commands, or engaging in prompt injection against itself. The external links provided are for documentation and marketing purposes, not for malicious execution or data exfiltration.
能力评估
Purpose & Capability
The SKILL.md and README describe generating release notes from pasted git logs, PR titles, or plain descriptions; there are no extra credentials, binaries, or installs required and nothing requested that is unrelated to producing changelogs.
Instruction Scope
Runtime instructions operate on user-provided text (git log output, PR titles, or plain descriptions). The skill does not instruct the agent to read system files, access environment variables, or transmit data to external endpoints beyond generating formatted text. Users should avoid pasting sensitive data (secrets, full commit diffs containing credentials) into the input.
Install Mechanism
No install spec or downloadable code is present; this is instruction-only which minimizes disk writes and external fetches.
Credentials
The skill declares no required environment variables, credentials, or config paths; this matches the described purpose of transforming user-provided text into release notes.
Persistence & Privilege
Defaults (always: false, user-invocable: true, model invocation allowed) are appropriate. The skill does not request persistent or elevated privileges or attempt to modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install afrexai-release-notes
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /afrexai-release-notes 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Release Notes Generator skill. - Generate structured, professional release notes from git logs, PRs, or plain descriptions. - Groups changes by type (Added, Fixed, Breaking Changes, etc.), following Keep a Changelog conventions. - Supports various output formats, including changelog, email, Slack, GitHub release, and tweet threads. - Audience toggle for internal (engineering) or external (user-friendly) release notes. - Option to include migration guides for breaking changes.
元数据
Slug afrexai-release-notes
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Release Notes Generator 是什么?

Generate clear, formatted release notes from git commits, PR titles, or change descriptions, grouped by change type and suitable for different audiences and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 676 次。

如何安装 Release Notes Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install afrexai-release-notes」即可一键安装,无需额外配置。

Release Notes Generator 是免费的吗?

是的,Release Notes Generator 完全免费(开源免费),可自由下载、安装和使用。

Release Notes Generator 支持哪些平台?

Release Notes Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Release Notes Generator?

由 1kalin(@1kalin)开发并维护,当前版本 v1.0.0。

💬 留言讨论