skills/smithery.ai/bitcoin-minor-release-skill

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
Installs
1
First Seen
Mar 21, 2026
bitcoin-minor-release-skill from smithery.ai