---
name: Changelog
slug: changelog-5
category: Writing
description: Changelog shows unreleased changes and the last tagged version for quick comparison. Use it before a release or when you need a short view of queued and shipped work.
github: "https://github.com/ffroliva/gflow-cli/tree/develop/skills/changelog"
language: Python
stars: 173
forks: 47
install: "npx degit https://github.com/ffroliva/gflow-cli/tree/develop/skills/changelog ~/.claude/skills/changelog"
installs_to: ~/.claude/skills/changelog
source_path: skills/changelog/SKILL.md
collection_size: 18
category_size: 1361
collection_url: "https://dirskills.com/collections/ffroliva/gflow-cli"
added: 2026-09-08T05:33:24.629Z
last_synced: 2026-09-08T05:33:24.629Z
canonical_url: "https://dirskills.com/skills/changelog-5"
---

# Changelog

Changelog shows unreleased changes and the last tagged version for quick comparison. Use it before a release or when you need a short view of queued and shipped work.

**Install:**

```bash
npx degit https://github.com/ffroliva/gflow-cli/tree/develop/skills/changelog ~/.claude/skills/changelog
```

## README

# `/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
