Github Release banner
bborbe bborbe

Github Release

Git community

Description

--- description: Release a git repo — cwd, a directory path, or `owner/repo` / GitHub URL (clone to tmp). Classify bump from `## Unreleased`, rewrite header, commit, tag, push. PR + auto-merge fallback for branch-protected repos. argument-hint: "[target] [--dry-run]" allowed-tools: - Bash(git clone:*) - Bash(git status:*) - Bash(git rev-parse:*) - Bash(git symbolic-ref:*) - Bash(git log:*) - Bash(git diff:*) - Bash(git fetch:*) - Bash(git pull:*) - Bash(git describe:*) - Bash

Installation

Installs to ~/.claude/skills/bborbe-coding-github-release/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bborbe-coding-github-release && curl -fsSL https://raw.githubusercontent.com/bborbe/coding/HEAD/commands/github-release.md -o ~/.claude/skills/bborbe-coding-github-release/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository