Автообновление CHANGELOG по слитым PR

documentation

update-changelog is a Claude Code skill that updates CHANGELOG.md with merged PRs not yet listed in the current unreleased section. It reads the existing changelog to collect already-referenced PR numbers, then fetches recent merged pull requests via `gh pr list` and reviews actual diffs with `gh pr diff` — treating the diff, not the PR title, as the source of truth. Related or follow-up PRs are consolidated into single entries, and bugfixes for unreleased features are silently folded into the originating entry rather than listed separately. Changes are categorised as Bugfixes, Features/Improvements, or Performance, presented to the user for confirmation, and then inserted into the appropriate sections of the unreleased version block.