generate-changelog
SKILL.md
Generate Changelog
Generate a changelog for the current repository using parallel agents.
Steps
-
Launch two agents in parallel:
- Agent A – Git Analyst: Run
git log --onelinesince the last tag (or last 50 commits if no tags). Collect commit messages and categorize them into:feat,fix,breaking,chore,docs,other. - Agent B – PR/Issue Analyst: Run
git log --onelineand look for PR numbers or issue references in commit messages. List them with their descriptions.
- Agent A – Git Analyst: Run
-
Wait for both agents to finish.
-
Combine their output and write a
CHANGELOG.mdentry in this format:
## [version] – YYYY-MM-DD
### Breaking Changes
- ...
### Features
- ...
### Bug Fixes
- ...
### Other
- ...
Use today's date. If no version is provided, use Unreleased.
Weekly Installs
3
Repository
carlx/agentic-skillsFirst Seen
8 days ago
Security Audits
Installed on
opencode3
gemini-cli3
claude-code3
github-copilot3
codex3
kimi-cli3