๐Ÿš€
AutomationTypeScript

Bump Version

by iOfficeAI

Bump Version is an Automation skill for Claude Code, published by iOfficeAI in AionUi.

32K stars3.3K forkson iOfficeAI/AionUiAdded 2026/08/14Repository updated 2026/08/14
acpagent-teamaiai-agentchatchatbotclaude-codeclawdbotcodexcoworkgeminigemini-clihermesllmnano-bananaofficeopenclawopencodeskillswebui
Install in seconds
Install Bump Version
Copy Bump Version into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/iOfficeAI/AionUi/tree/main/.claude/skills/bump-version ~/.claude/skills/bump-version

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/iOfficeAI/AionUi.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/bump-version/SKILL.md in iOfficeAI/AionUi
Installs to
~/.claude/skills/bump-version
Collection
One of 6 skills cataloged from this repository
Category
Automation โ€” 1523 skills

What Bump Version does

Bump Version automates AionUi release preparation, from querying AionCore and updating versions to generating changelogs, creating PRs, and tagging releases.

Bump Version is cataloged under Automation on DirSkills. Bump Version comes from a repository tagged acp, agent-team, ai, ai-agent and chat.

Documentation

README

Bump Version

Automate the AionUi release preparation: query AionCore release โ†’ verify artifacts โ†’ update versions โ†’ generate CHANGELOG โ†’ branch โ†’ PR โ†’ tag.

Usage: /bump-version [version] [flags]

  • /bump-version โ€” auto patch + latest AionCore
  • /bump-version 2.2.0 โ€” explicit AionUi version + latest AionCore
  • /bump-version 2.2.0 --core v0.1.12 โ€” explicit both versions
  • /bump-version --skip-core โ€” pure frontend release (don't touch aioncoreVersion)

Workflow

Step 1: Pre-flight Checks

git branch --show-current
git status --short
  • Not on main โ†’ Stop: "Please switch to main before running bump-version."
  • Dirty working tree โ†’ Stop: "There are uncommitted changes. Please commit or stash them first."

Step 2: Pull Latest

This is the opening of the README. Read the full README on GitHub.

Commands Bump Version provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /bump-version

Frequently asked about Bump Version

  • What else does iOfficeAI publish alongside Bump Version?

    Bump Version is one of 6 skills that DirSkills catalogs from iOfficeAI/AionUi, the repository it ships in. Its siblings there include E2E Coding, E2E Test and Electron Architecture. Each one is a separate skill with its own page in this directory, installs the same way Bump Version does, and is maintained by iOfficeAI in that same repository. The rest of the collection is listed on the iOfficeAI/AionUi page.

  • How does Bump Version compare to other Automation skills?

    Bump Version ranks #59 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Bump Version against them. Open each page to compare what they document and how they install.