chore(claude): Add changelog updating to PR and standalone skills#926
Merged
chore(claude): Add changelog updating to PR and standalone skills#926
Conversation
7213516 to
d4c0024
Compare
grypez
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Integrates changelog updating into the Claude Code PR creation workflow and adds a standalone
/update-changelogsskill. Moves the changelog documentation from the README into a dedicated file atdocs/contributing/updating-changelogs.mdso it can be referenced by both skills and human contributors.update-changelogsskill for ad-hoc changelog updatesREADME.mdtodocs/contributing/updating-changelogs.mdwith minor wording improvements.gitignoreto trackdocs/contributing/Testing
These changes are to documentation and Claude Code skill definitions. Verified that:
.gitignorechange correctly tracks the newdocs/contributing/directory🤖 Generated with Claude Code
Note
Low Risk
Low risk: changes are limited to documentation, Claude skill instructions, and
.gitignorerules with no runtime code or release logic changes.Overview
Adds a mandatory "Update changelogs" phase to the
.claude/skills/prworkflow, requiring contributors to followdocs/contributing/updating-changelogs.mdand commit changelog updates before runninggh pr create.Introduces a standalone
.claude/skills/update-changelogsskill for ad-hoc changelog updates, moves the changelog guidance fromREADME.mdintodocs/contributing/updating-changelogs.md, and updates.gitignoresodocs/contributing/is tracked.Reviewed by Cursor Bugbot for commit d4c0024. Bugbot is set up for automated code reviews on this repo. Configure here.