Review the changelog and last commits for consistency
Scanned 9/3/2026
Install to Claude Code
npx -y skills add architects-toolkit/SmartHopper --skill changelog-review --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Changelog Review?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/architects-toolkit-changelog-review)More formats (shields.io, HTML) on the badges page.
---
name: changelog-review
description: Review the changelog and last commits for consistency
allowed-tools:
- read
- grep
- glob
- exec
triggers:
- user
- model
---
Omit this skill if the current branch is main.
1. Get a list of all commits in the current branch that are not in main branch.
2. Get the messages for all retrieved commits.
3. Compare the list of commits against the [Unreleased] section in CHANGELOG.md.
4. Suggest missing `CHANGELOG.md` entries to the user. Pay special attention to features that affect the user experience or break existing functionality.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!