Agent skill
update-changelog
Update the changelog based on commits in the current git branch
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/update-changelog-flexonze-claude-init
SKILL.md
Update Changelog
Update the project's changelog based on the commits in the current branch.
Instructions
-
Identify the changelog file
- Look for
CHANGELOG.md,HISTORY.md, or similar - Note the existing format and style
- Look for
-
Analyze the current branch
- Get the branch name:
git branch --show-current - Get commits since branching from main:
git log main..HEAD --oneline - Read the full commit messages for context:
git log main..HEAD
- Get the branch name:
-
Categorize changes
- Group commits by type:
- Added (new features)
- Changed (modifications to existing features)
- Fixed (bug fixes)
- Removed (removed features)
- Security (security fixes)
- Deprecated (soon-to-be removed features)
- Group commits by type:
-
Update the changelog
- Add a new "Unreleased" section if needed
- Write clear, user-facing descriptions (not just commit messages)
- Follow the existing format and style of the changelog
- Link to relevant issues/PRs if the project does that
Examples
- "Update the changelog with my changes"
- "Add my branch changes to CHANGELOG.md"
- "What should I add to the changelog?"
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?