bump-version

Automate version bump workflows for 1ONE ClaudeCode projects.

33|6|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/gaogg521/1ONE-ClaudeCode --skill bump-version-gaogg521
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bump-version
Source: https://github.com/gaogg521/1ONE-ClaudeCode/tree/main/.claude/skills/bump-version
Command: npx skills add https://github.com/gaogg521/1ONE-ClaudeCode --skill bump-version-gaogg521

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end version bump workflows for 1ONE ClaudeCode projects, including updating package.json, running checks, creating branches, pushing commits, opening PRs, waiting for merges, and tagging releases.

Core Features & Use Cases

  • End-to-end version bump automation that coordinates repository changes from version selection to release tagging.
  • Pre-flight checks, branch management, and automated quality checks to ensure a clean and reviewable release process.
  • Flexible version targeting: specify an exact version or auto-increment the patch version for ongoing releases.

Quick Start

Run /bump-version 1.2.3 to bump to a specific version, or run /bump-version to auto-increment the patch.

Frequently Asked Questions about bump-version

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate version bumps and git release workflows?

Automating version bump workflows involves updating package.json, running linting and tests, creating branches, pushing commits, opening PRs, and tagging releases. This coordinates repository changes from version selection to release tagging automatically.

What is the best way to auto-increment a patch version for ongoing releases?

Auto-incrementing a patch version for ongoing releases requires validating the current version in package.json and executing an automated workflow. You can trigger this by running the bump command without arguments to auto-increment the patch version.

Does the version bump process include pre-flight checks and branch management?

Yes, the version bump process includes pre-flight checks, branch management, and automated quality checks. It validates that a version exists in package.json and executes linting and testing steps to ensure a clean and reviewable release process.

How do I bump a package to a specific version like 1.2.3?

To bump a package to a specific version like 1.2.3, you provide the exact version number as an argument to the bump command. The workflow then updates package.json, runs checks, and manages the git commit and release tagging process for that exact version.

Can I coordinate local and remote repository changes during a release?

Yes, you can coordinate local and remote repository changes during a release. The workflow handles pushing commits to remote repositories, opening pull requests, waiting for merges, and creating release tags across both local and remote environments.