Bump — Git skill for Claude Code
Bump version in package.json, create git tag, commit and push.
How to install Bump
Installs to ~/.claude/commands/plosson-agentio-bump.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/plosson/agentio/HEAD/.claude/commands/bump.md -o ~/.claude/commands/plosson-agentio-bump.md Restart Claude Code, or start a new session, for it to be picked up.
What Bump does
description: Bump version in package.json, create git tag, commit and push
Version Bump Workflow
Perform a version bump with the following steps:
0. Check for pending changes
If there are uncommited changes, ask if we can commit & push them
1. Update package.json
Update the `version` field in `package.json` to the new version.
Ask the user which type of bump they want:
- patch: 0.1.7 → 0.1.8 (bug fixes)
- minor: 0.1.7 → 0.2.0 (new features)
- major: 0.1.7 → 1
Alternatives in Git
- Worktree Deliver — Commit all work, push, and create a pull request from the current worktree 23.4k ★
- Yeet — Stage, commit, push code, and open a GitHub pull request via CLI 14.6k ★
- Commit Commands — Git commit workflows: commit, push, and PR creation 14k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
GitHub Release
Release a git repo — cwd, a directory path, or owner/repo / GitHub URL (clone to tmp). Classify bump from ## U
999 Release
Bump version, create git tag, and create GitHub release for plugin distribution
Copush
Pull, version-bump, commit all changes, and push to origin
Commit Plugin
Commit plugin changes with automatic version bump (semver)
Release Pangaealabs Plugin
Release a new version of one of the plugins in this marketplace: validate, bump the named plugin's version, co
Implement Ticket
Implement a GitHub issue end to end: gate to 10/10, build, validate, code-review, fix-or-ticket, then commit +
Related Agents
Gitter
The only agent that writes git — every other agent is read-only. Delegate each worktree setup, commit, merge,
Release DevOps
Prepara y verifica releases a npm. Úsalo para bump de versión semver, actualización del CHANGELOG, tag de git
Git Release Tagger
Use this agent when you need to create a git tag for a version of the app. Supports both post-release tags (Ap