bump-version

Automate version bumping, annotated Git tagging, and release commits.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/stu43005/superpowers-codex --skill bump-version-stu43005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bump-version
Source: https://github.com/stu43005/superpowers-codex/tree/main/.claude/skills/bump-version
Command: npx skills add https://github.com/stu43005/superpowers-codex --skill bump-version-stu43005

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new releases for the superpowers-codex plugin, including version bumping, committing, tagging, and pushing changes.

Core Features & Use Cases

  • Automated Version Bumping: Calculate and confirm the next version based on commits since the last release.
  • Git Integration: Utilizes Git to create annotated tags and commit changes to the 'main' branch.
  • User Confirmation: Ensures user involvement in version confirmation and release push.
  • Use Case: For developers working on the superpowers-codex plugin, this Skill simplifies the process of releasing updates by automating several key steps.

Quick Start

To create a new release for the superpowers-codex plugin, run: /bump-version

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 bumping and Git tagging for plugin releases?

You can automate version bumping and Git tagging by interpreting the current state of commits to calculate the next version, creating annotated Git tags, and handling the final commit and push actions directly within your development workflow.

How does CI/CD automation calculate the next version from Git commits?

CI/CD automation calculates the next version by analyzing the current state of commits since the last release. It interprets these commit messages to determine the appropriate version bump and prompts the user to confirm the calculated version before proceeding.

Can I use this version bump tool with my existing Git integration workflow?

Yes, you can use this version bump tool with your existing Git integration workflow. It utilizes Git to create annotated tags, commits the version changes, and pushes actions directly to your main branch while ensuring user confirmation before releasing.

What is the best way to streamline software release management for a Claude Code plugin?

The best way to streamline software release management for a Claude Code plugin is to automate version bumping, tagging, and pushing. This Skill simplifies the process by automatically interpreting commits and handling the final Git release actions for developers.

Do I need user confirmation before pushing a version bump to the main branch?

Yes, user confirmation is required before pushing a version bump to the main branch. The Skill ensures user involvement by prompting you to confirm the calculated next version and authorize the final release push to your Git repository.