bump

Bump project versions across five files and consolidate changelog fragments.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/darylmcd/Roslyn-Backed-MCP --skill bump-darylmcd
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bump
Source: https://github.com/darylmcd/Roslyn-Backed-MCP/tree/main/.claude/skills/bump
Command: npx skills add https://github.com/darylmcd/Roslyn-Backed-MCP --skill bump-darylmcd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bump the version across all five version files to prepare releases, keep the changelog in sync by consuming fragment notes, and generate a commit-ready change set.

Core Features & Use Cases

  • Bump the version across five files: Directory.Build.props, .claude-plugin/plugin.json, .claude-plugin/marketplace.json, manifest.json, and the CHANGELOG.md updates.
  • Consume changelog.d fragments into a new ## [X.Y.Z] section in CHANGELOG.md and ensure proper grouping and formatting.
  • Validate consistency across all version files via the built-in verification step before shipping.

Quick Start

Invoke the bump skill with a bump type (patch, minor, or major) to update all version files and generate a new changelog.

Frequently Asked Questions about bump

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

FAQPage Schema
How do I automate version bumps across multiple project files for a release?▼

To automate version bumps across multiple project files, invoke the bump skill with a bump type (patch, minor, or major) to update Directory.Build.props, plugin.json, marketplace.json, manifest.json, and CHANGELOG.md simultaneously.

What is the best way to consolidate changelog fragments into a release section?▼

Consolidating changelog fragments involves consuming changelog.d files into a new ## [X.Y.Z] section within CHANGELOG.md. The bump skill handles this grouping and formatting automatically during the version update process.

How do I verify version consistency across project files before shipping?▼

To verify version consistency, the bump skill runs a built-in version-drift check after updating all five files, ensuring no mismatches exist across Directory.Build.props, manifest.json, and other configuration files before you ship.

Can I update Directory.Build.props and plugin manifest files at the same time?▼

Yes, you can update Directory.Build.props and plugin manifest files simultaneously. The bump skill coordinates version updates across all five files, including .claude-plugin/plugin.json and .claude-plugin/marketplace.json, in one operation.

Does the bump skill generate a commit-ready change set for release engineering?▼

Yes, the bump skill generates a commit-ready change set for release engineering. It updates all version files and consolidates the changelog, leaving the repository in a clean state ready for a single release commit.