Show unreleased changes and last tagged version — insight into recent work.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add ffroliva/gflow-cli --skill changelog --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Changelog?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ffroliva-changelog)More formats (shields.io, HTML) on the badges page.
---
name: changelog
version: "1.0"
description: >
Show unreleased changes and last tagged version — insight into recent work.
---
# `/gflow:changelog` — Recent changes
Read CHANGELOG.md and surface what's queued and what recently shipped.
## Steps
1. Read [CHANGELOG.md](../../CHANGELOG.md)
2. Return:
- All entries under `## [Unreleased]` (empty = nothing queued yet)
- The most recent versioned section (last tagged release) for comparison
3. One-line summary: "X features, Y fixes queued since vZ."
## When to call
- Before cutting a release (called automatically by `/gflow:release` as its first step)
- When you need a quick picture of recent work without opening the file
- When writing a commit message and unsure if a change is user-visible enough to log
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!