Skip to content

Commit b10e9af

Browse files
author
vp
committed
2 parents 810d3d6 + 09471f9 commit b10e9af

35 files changed

Lines changed: 2476 additions & 809 deletions

File tree

.agents/skills/changelog-generator/SKILL.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: changelog-generator
3-
description: Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
3+
description: Automatically creates or updates changelogs from git commits by analyzing commit history, categorizing changes and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
44
---
55

66
# Changelog Generator
@@ -32,6 +32,10 @@ This skill transforms technical git commits into polished, user-friendly changel
3232

3333
From your project repository:
3434

35+
```
36+
Update the changelog with recent commits
37+
```
38+
3539
```
3640
Create a changelog from commits since last release
3741
```
@@ -90,14 +94,8 @@ guidelines from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
9094
## Tips
9195

9296
- Run from your git repository root
97+
- Use an existing CHANGELOG.md as a basis and add new entries to it
9398
- Specify date ranges for focused changelogs
9499
- Use the The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) for consistent formatting
95100
- Review and adjust the generated changelog before publishing
96101
- Save output directly to CHANGELOG.md in the repo root.
97-
98-
## Related Use Cases
99-
100-
- Creating GitHub release notes
101-
- Writing app store update descriptions
102-
- Generating email updates for users
103-
- Creating social media announcement posts
File renamed without changes.

0 commit comments

Comments
 (0)