TopRank Skills

Home / Claw Skills / Git / GitHub / Afrexai Release Notes
Official OpenClaw rules 54%

Afrexai Release Notes

Release Notes Generator

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Afrexai Release Notes 技能。 若已安装,则直接安装 Afrexai Release Notes 技能。

Overview

Skill Key
1kalin/afrexai-release-notes
Author
1kalin
Source Repo
openclaw/skills
Version
-
Source Path
skills/1kalin/afrexai-release-notes
Latest Commit SHA
c3c882b71694c58198210a7359021b46a983d0f2

Extracted Content

SKILL.md excerpt

# 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

```markdown
## 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](https://keepachangelog.com/) 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](https://afrexai-cto.github.io/context-packs/) — AI context packs for business teams ($47/pack). See our [A...

README excerpt

# Release Notes Generator

Stop writing release notes by hand. Paste your git log, PR titles, or plain English — get formatted, user-friendly changelogs in seconds.

## What It Does

- Turns raw commits into structured release notes
- Groups by type (Added, Fixed, Breaking Changes, etc.)
- Follows [Keep a Changelog](https://keepachangelog.com/) format
- Outputs for GitHub, email, Slack, or customer-facing docs
- Includes migration guides for breaking changes automatically

## Quick Start

Install in OpenClaw, then:

> "Here are the commits since v2.1.0 — generate release notes for our customers"

Or:

> "We shipped dark mode, fixed the payments bug, and deprecated the v1 API. Write release notes."

## Who It's For

- Engineering teams tired of writing changelogs manually
- Product managers who need customer-facing release comms
- DevOps teams adding changelog steps to CI/CD

## Output Formats

- CHANGELOG.md (append-ready)
- GitHub Release page
- Slack #releases message
- Email announcement
- Tweet thread highlight reel

## From AfrexAI

We build AI context packs that make agents actually useful for business.

- [Context Packs Store](https://afrexai-cto.github.io/context-packs/) — $47/pack, 10 industries
- [AI Revenue Calculator](https://afrexai-cto.github.io/ai-revenue-calculator/) — Find your automation ROI
- [Agent Setup Wizard](https://afrexai-cto.github.io/agent-setup/) — Get running in minutes

Related Claw Skills