What problem does it solve?
Maintainers of OpenChamber write release notes once per release by hand, and this Skill turns the commits and squashed PR merges since the latest git tag into consistent, user-facing changelog bullets for both the main app and the VS Code extension.
Core Features & Use Cases
- Git and PR context gathering: Inspects every commit and changed path since the latest tag, and pulls PR titles, descriptions, and authors via the GitHub CLI for squashed merges.
- Dual changelog authoring: Writes ranked, impact-sorted bullets for the main CHANGELOG.md and a reachability-checked list for packages/vscode/CHANGELOG.md.
- Style and credit enforcement: Matches existing release-note tone, bolds only headline changes, and credits contributors inline while skipping the repo owner.
- Use Case: Before cutting a release, ask the agent to update the changelog; it reviews all commits since the last tag, drafts the [Unreleased] sections for both files, and edits them in place.
Quick Start
Ask the agent to update the changelog with entries for everything merged since the latest release tag.