bump-claude-plugin-version

Increment Claude plugin versions and create pull requests via GitHub API.

4|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/getty104/claude-task-worker --skill bump-claude-plugin-version
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bump-claude-plugin-version
Source: https://github.com/getty104/claude-task-worker/tree/main/.claude/skills/bump-claude-plugin-version
Command: npx skills add https://github.com/getty104/claude-task-worker --skill bump-claude-plugin-version

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, and includes scripts (resource) components.

What problem does it solve?

Manages version increments and PR creation for the Claude plugin, streamlining the process of updating plugin versions and submitting changes.

Core Features & Use Cases

  • Version Increment: Increment the plugin version based on provided arguments (major, minor, patch).
  • Commit & Push: Automate the commit and push of version changes to the repository.
  • PR Creation: Automatically create a pull request with the updated version for review.

Quick Start

To bump the plugin version, run the following command: bump-claude-plugin-version "major" or bump-claude-plugin-version "minor" or bump-claude-plugin-version "patch".

Frequently Asked Questions about bump-claude-plugin-version

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

FAQPage Schema
How do I automate Claude plugin version increments and pull request creation?

You can automate Claude plugin version increments and pull request creation by specifying major, minor, or patch as an argument. The tool updates the version, commits, pushes, and creates a pull request for review.

What do I need to set up before bumping a Claude plugin version?

Before bumping a Claude plugin version, you need a plugin.json file at the root of your directory. You also need the GitHub CLI (gh) and jq installed to handle repository interactions and JSON parsing.

How does version incrementing work for Claude plugins with GitHub?

Version incrementing for Claude plugins works by updating the version field in your plugin.json file based on the provided argument. It then commits, pushes to GitHub, and generates a pull request for review.

Can I create a pull request for a patch version increment of my Claude plugin?

Yes, you can create a pull request for a patch version increment by passing the patch argument. The tool updates the version, commits, pushes, and automatically opens a PR for review.

What are the limitations of automating Claude plugin version bumps via GitHub?

A key limitation is the strict dependency on a plugin.json file at the root directory and specific tools like gh and jq. Without this file structure and these dependencies installed, the automated version bump and PR creation will fail.