StreamFlow Changelog Update

SkillDev tools

This skill should be used when the user asks to "update the changelog", "add a changelog entry", "write a CHANGELOG entry", or when preparing a git commit in StreamFlow that requires updating the `## [Unreleased]` section of `CHANGELOG.md`.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the StreamFlow Changelog Update skill

What this skill tells your AI

The instructions your AI receives, as published by alpha-unito/streamflow in .agents/skills/git/changelog/SKILL.md and read by ahel’s review.

CHANGELOG.md must be updated before every commit, under the ## [Unreleased] section.

Which subsection to use

ChangeSubsection
New user-facing feature### Added
Enhancement to existing behaviour### Changed
Bug fix### Fixed
Removed functionality### Removed
Breaking API change### Breaking Changes
Runtime dependency bump### Dependencies
Dev/CI/tooling dependency bump### Dev Dependencies

Entry format

- <Short description of the change> ([#NNN](https://github.com/alpha-unito/streamflow/pull/NNN))
  • One entry per logical change (not per file modified)
  • Sentence case, no trailing period
  • PR link always wrapped in parentheses: ([#NNN](url))
  • Dependency bumps: - Bump <package> from <old> to <new> ([#NNN](url))
  • Multiple bumps of the same package collapse into one entry: use the first from version, the last to version, and list all PR links comma-separated inside the same parentheses: - Bump foo from 1.0 to 1.2 ([#10](url), [#11](url), [#12](url))

What NOT to do

  • Do not add entries to already-released sections (## [0.2.0rc1], etc.)
  • Do not create a new release section — only edit ## [Unreleased]
  • Do not duplicate an entry that already exists for the same PR
  • Do not create separate entries for consecutive bumps of the same package — collapse them

Signals

GitHub stars
65
Forks
19
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
streamflow-changelog-update
Source
github.com/alpha-unito/streamflow