Agent skill

changelog-austencloud-flow-arts-wiki

Generate user-friendly changelog

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/changelog-austencloud-flow-arts-wiki

SKILL.md

Changelog Generation

Run

bash
git tag -l "v*" --sort=-version:refname | head -1
git log $(git tag -l "v*" --sort=-version:refname | head -1)..HEAD --oneline --no-merges

Categorize

Include: feat, fix, perf, content changes, config improvements Exclude: refactor, chore, test, docs, ci, build

Rewrite for Users

Transform technical messages to plain language:

  • Before: fix(config): correct upload size limit

  • After: Fixed file upload size limit

  • Before: feat(content): add Poi techniques article

  • After: Added article on poi spinning techniques

  • Before: fix(caddy): security headers for uploads

  • After: Improved security for file uploads

Output Format

### Bug Fixes
- [plain language]

### New Features
- [plain language]

### Improvements
- [plain language]

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results