testdino-hq

Bump Version — Development skill for Claude Code

Development community

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

Terminal
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

  1. **Determine current version** — Read `package.json` to get the current version

  2. **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"

  3. **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 Repository