What problem does it solve?
Keeping a project's CHANGELOG.md up to date after merging pull requests is repetitive and easy to forget, and entries must follow strict formatting conventions (Props links, PR links, section grouping). This Skill automates writing changelog entries for CMB2 pull requests in the repository's exact house style.
Core Features & Use Cases
- Explicit PR mode: Provide a PR number or URL and get a properly formatted changelog entry crediting the contributor with a Props link and linking the PR.
- Discovery mode: Scans recent git commits for merged PRs not yet credited in CHANGELOG.md, confirms the list with you, then logs each one.
- House style enforcement: Places entries under
## Unreleased in ### Enhancements or ### Bug Fixes, uses past-tense bullets, [Development] prefixes for tooling work, and Fixes #M links for tracked issues.
- Use Case: After merging PR #1559 from a community contributor, ask the Skill to update the changelog and it fetches the PR metadata via
gh, writes a user-facing summary, and adds the bullet with Props and PR links.
Quick Start
Update CHANGELOG.md with an entry for PR #1559, crediting the contributor.