Mbump

Bump the QE Framework version across plugin.json, package.json, and marketplace.json.

6|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/inho-team/qe-framework --skill mbump
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Mbump
Source: https://github.com/inho-team/qe-framework/tree/main/skills/Mbump
Command: npx skills add https://github.com/inho-team/qe-framework --skill mbump

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the tedious process of updating the QE Framework version across multiple files during releases, reducing manual errors and ensuring consistency.

Core Features & Use Cases

  • Bulk version bump across .claude-plugin/plugin.json, package.json, and .claude-plugin/marketplace.json.
  • Optional integration with the Claude Code plugin cache to make new versions immediately available for use.
  • Use Case: Prepare a release by bumping from 2.x.y to 2.x.(y+1) and propagate changes across artifacts.

Quick Start

Run Mbump after selecting a target version to automatically update all version references and refresh the plugin cache.

Frequently Asked Questions about Mbump

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

FAQPage Schema
How do I automate version bumps across package.json and plugin.json files?

Automating version bumps across package.json and plugin.json files involves applying semantic versioning rules to compute the new release number and updating all targeted files simultaneously. This ensures version consistency across artifacts without manual intervention.

How do I update the QE Framework version across multiple files during a release?

Updating the QE Framework version across multiple files requires reading the current MAJOR.MINOR.PATCH version, calculating the target release number, and writing it back to plugin.json, package.json, and marketplace.json. This process ensures all versioned artifacts remain consistent.

Can I sync the Claude Code plugin cache after a version bump?

Yes, you can optionally sync the Claude Code plugin cache after performing a version bump. This integration immediately makes the newly updated plugin version available for active use within the Claude Code environment.

Does the version bump process support standard semantic versioning rules?

Yes, the version bump process strictly supports standard semantic versioning rules by computing the new release version according to MAJOR.MINOR.PATCH increment logic. This ensures version calculation is accurate before propagating changes across files.

What is the best way to prepare a plugin deployment with consistent version references?

The best way to prepare a plugin deployment with consistent version references is to use an automated version bumping tool that updates plugin.json, package.json, and marketplace.json simultaneously. This eliminates manual errors and guarantees artifact consistency before release.