bitcoin-minor-release-skill
Installation
SKILL.md
Bitcoin Core minor release notes
Extract GitHub Pull Request numbers from backport commits and format them for release notes.
Identify Current Release Version
Check CMakeLists.txt to determine what release is being prepared and what BASE_VERSION tag to use.
grep -E "CLIENT_VERSION_(MAJOR|MINOR|BUILD|RC)" CMakeLists.txt | head -4