version-bump — version-bump install version-bump, omni-dev, community, version-bump install, ide skills, version-bump for AI agents, Semantic Versioning for developers, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Maintenance Agents requiring precise Semantic Versioning management. version-bump is a skill that assists in determining appropriate version bumps following Semantic Versioning, using a MAJOR.MINOR.PATCH format.

Features

Determines MAJOR version bumps for breaking changes, such as removed public functions or API changes
Identifies MINOR version bumps for new features and backwards compatible changes
Applies PATCH version bumps for bug fixes and backwards compatible updates
Follows Semantic Versioning guidelines for version format and bump decision tree
Supports versioning decisions based on specific change types, including function signature changes

# Core Topics

rust-works rust-works
[0]
[0]
Updated: 3/8/2026

Agent Capability Analysis

The version-bump skill by rust-works is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for version-bump install, version-bump for AI agents, Semantic Versioning for developers.

Ideal Agent Persona

Ideal for Maintenance Agents requiring precise Semantic Versioning management.

Core Value

Empowers agents to determine appropriate version bumps following Semantic Versioning, handling MAJOR, MINOR, and PATCH updates with compatibility checks, including backwards compatible changes and breaking API modifications.

Capabilities Granted for version-bump

Automating version updates for API changes
Determining MAJOR version bumps for breaking changes
Identifying MINOR version bumps for new backwards compatible features

! Prerequisites & Limits

  • Requires understanding of Semantic Versioning specifications
  • Limited to version format MAJOR.MINOR.PATCH
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

version-bump

Install version-bump, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Semantic Versioning Skill

This skill helps determine appropriate version bumps following Semantic Versioning.

Version Format

MAJOR.MINOR.PATCH
  • MAJOR: Breaking changes
  • MINOR: New features, backwards compatible
  • PATCH: Bug fixes, backwards compatible

Version Bump Decision Tree

MAJOR (X.0.0) - Breaking Changes

Bump MAJOR when you make incompatible API changes:

  • Removed public functions, methods, or types
  • Changed function signatures (parameters, return types)
  • Renamed public APIs
  • Changed default behavior that breaks existing usage
  • Removed CLI flags or changed their meaning
  • Changed configuration file format incompatibly

MINOR (0.X.0) - New Features

Bump MINOR when you add functionality in a backwards compatible manner:

  • New commands or subcommands
  • New CLI flags
  • New configuration options
  • New output formats
  • New integrations or providers

PATCH (0.0.X) - Bug Fixes

Bump PATCH when you make backwards compatible bug fixes:

  • Fix incorrect behavior
  • Fix crashes or errors
  • Performance improvements (no API changes)
  • Documentation fixes
  • Internal refactoring (no behavior changes)

Quick Reference

Change TypeVersion Bump
Breaking API changeMAJOR
Removed featureMAJOR
New command/featureMINOR
New CLI flagMINOR
New provider/integrationMINOR
Bug fixPATCH
Performance fixPATCH
Documentation onlyPATCH
Refactoring (no behavior change)PATCH

Pre-1.0 Versioning

For versions < 1.0.0 (like this project):

  • MINOR can include breaking changes
  • PATCH is for bug fixes and small features
  • More flexibility before reaching stability

Instructions

  1. Review all changes since last release:

    bash
    1git log --oneline $(git describe --tags --abbrev=0)..HEAD
  2. Check for breaking changes:

    • Removed or renamed public APIs?
    • Changed default behaviors?
    • Incompatible configuration changes?
  3. If breaking changes exist -> MAJOR bump

  4. If new features exist -> MINOR bump

  5. If only fixes/refactoring -> PATCH bump

Version Update Locations

When bumping version, update:

  1. Cargo.toml - version = "X.Y.Z"
  2. CHANGELOG.md - Add ## [X.Y.Z] - YYYY-MM-DD section
  3. Version links - Update comparison URLs at bottom of CHANGELOG.md

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is version-bump?

Ideal for Maintenance Agents requiring precise Semantic Versioning management. version-bump is a skill that assists in determining appropriate version bumps following Semantic Versioning, using a MAJOR.MINOR.PATCH format.

How do I install version-bump?

Run the command: npx killer-skills add rust-works/omni-dev. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for version-bump?

Key use cases include: Automating version updates for API changes, Determining MAJOR version bumps for breaking changes, Identifying MINOR version bumps for new backwards compatible features.

Which IDEs are compatible with version-bump?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for version-bump?

Requires understanding of Semantic Versioning specifications. Limited to version format MAJOR.MINOR.PATCH.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add rust-works/omni-dev. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use version-bump immediately in the current project.

Related Skills

Looking for an alternative to version-bump or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI