Agent skill
changelog-austencloud-flow-arts-wiki
Generate user-friendly changelog
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
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]
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?