Handles the full release workflow: updates your changelog, bumps the version in package.json, commits everything, and creates a git tag. It understands semantic versioning and can infer whether changes warrant a patch, minor, or major bump by examining diffs since the last tag. Supports beta releases with the proper suffix scheme, respects the files field in package.json to know what actually matters for the changelog, and follows Common Changelog format. The dry run flag is clutch for checking what it's about to do before you commit. Works in monorepos by looking for the right package.json. If you're manually updating version numbers and changelogs before tagging, this collapses that into one command.
npx skills add https://github.com/paulrberg/agent-skills --skill bump-release