changelog
SolidShow unreleased changes and last tagged version — insight into recent work.
AI & Automation 122 stars
33 forks Updated today MIT
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# `/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
Details
- Author
- ffroliva
- Repository
- ffroliva/gflow-cli
- Created
- 3 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
changelog
AI DevKit · Update CHANGELOG.md Unreleased items from git commits since the latest release. Use when users ask to update changelog/release notes from recent commits, with one concise line per commit and commit/PR links.
1,587 Updated today
codeaholicguy AI & Automation Listed
changelog
Use when you cut a release or want a CHANGELOG entry derived from conventional commits and PRs without hand-writing it.
1 Updated 4 weeks ago
NSBen AI & Automation Listed
changelog
Generate or update a changelog file that accumulates history across all releases.
0 Updated 1 weeks ago
ForeverAProgrammer