Bump Version — Development skill for Claude Code
Bump the project version across all locations where it's defined.
How to install Bump Version
Installs to ~/.claude/commands/testdino-hq-testdino-mcp-bump-version.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/testdino-hq/testdino-mcp/HEAD/.claude/commands/bump-version.md -o ~/.claude/commands/testdino-hq-testdino-mcp-bump-version.md Restart Claude Code, or start a new session, for it to be picked up.
What Bump Version does
Bump the project version across all locations where it's defined.
**Input:** $ARGUMENTS — the new version number (e.g., "1.0.8") or a semver bump type ("patch", "minor", "major")
Steps
**Determine current version** — Read `package.json` to get the current version
**Calculate new version** — If the argument is "patch", "minor", or "major", calculate the next version. If it's an explicit version like "1.0.8", use it directly. If no argument is provided, default to "patch"
**U
Alternatives in Development
- Agent Skills Platform — Build tested agent skills and govern their lifecycle through a user-defined marketplace: evidence, discovery 2.4k ★
- Agent Skill Creator — Build tested agent skills and govern their lifecycle through a user-defined marketplace: evidence, discovery 2.3k ★
- APIs Version Update — API Version Update Guide for Hydrogen 2.1k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Version Bump
Bump versions across the monorepo during release process
Bump Plugin Version
Detect changed plugins and bump their versions along with the marketplace version.
Reapdev.VersionBump
Version bump — 변경 분석 후 bump 유형을 제안, 유저가 최종 결정
Pre Release
Pre-release checklist before version bump
Bump Mathlib
Bump mathlib version and fix resulting breakage
Update Version
Bump semver versions for changed plugins and marketplace based on main diff
Related Agents
Version Bump
Hatch3r Dependency Drafter
Dependency-analysis specialist who drafts version-bump and dependency-change proposals — assesses upgrade impa
Shipper
Release engineer that handles the last mile from working code to shipped product — tests, changelog, version b