bump-version

bump-version is a skill for Claude Code, Codex from jim60105/copilot-prompt. It costs 56 tokens per session (1,833 once invoked), scanned A, original, GFDL-1.3.

A release helper for projects that use semantic versioning, a convention such as 1.2.3 for describing software changes.

In plain words
What is it for?
Bumping project versions, updating a Keep a Changelog-formatted changelog, preparing releases, and creating version tags.
Why use it?
It reduces the manual work and mistakes involved in changing versions and maintaining release notes.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Bumping project versions, updating a Keep a Changelog-formatted changelog, preparing releases, and creating version tags.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jim60105/copilot-prompt/bump-version
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jim60105/copilot-prompt --skill bump-version
Clone the repo
git clone --depth 1 https://github.com/jim60105/copilot-prompt

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bump-version

README.md
[![agentmods](https://agentmods.dev/badge/skills/jim60105/copilot-prompt/bump-version.svg)](https://agentmods.dev/skills/jim60105/copilot-prompt/bump-version)
Your own site
<a href="https://agentmods.dev/skills/jim60105/copilot-prompt/bump-version"><img src="https://agentmods.dev/badge/skills/jim60105/copilot-prompt/bump-version.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,833 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00056 $0.01833
Opus 5 $0.00028 $0.00916
Sonnet 5 $0.00011 $0.00367
Haiku 4.5 $0.00006 $0.00183

Measured 9d ago against content hash 9ba7562595ca, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

bump-version scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/bump-version/SKILL.md · 189 lines

The source is not reproduced here

Licensed GFDL-1.3

The repository is licensed GFDL-1.3, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 189 lines · 56 tokens per session scan A 9ba7562595ca

Subscribe to this mod's changes

bump-version is a skill published in the GitHub repository jim60105/copilot-prompt (21 stars, last pushed yesterday), licensed GFDL-1.3. It adds 56 tokens to every session and 1,833 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

github-release-notes-writer

Draft or update user-focused GitHub Release Notes from verified tags, commits, pull requests, existing releases, and supplied changelog baselines. Use when preparing prerelease or stable release notes, turning GitHub's generated What's Changed list into a curated narrative, documenting upgrades or breaking changes, or…

flc1125/skills · 84 tokens

github-release-pr-writer

Draft or update GitHub release pull request descriptions from verified tags, commits, merged pull requests, and the release diff. Use when a PR prepares a version, aligns release metadata, promotes a prerelease, or needs a reviewer-focused release summary, exact change inventory, breaking-change section, or migration…

flc1125/skills · 80 tokens

otel-changelog-pr-verifier

Verify whether CHANGELOG entries in an OpenTelemetry Go repository point to the correct pull requests and whether each (#NNNN) matches the described change. Use when checking a release PR, validating a CHANGELOG section, or screening only mismatched changelog-to-PR references.

flc1125/skills · 62 tokens

git-worktree

Use this skill whenever a task involves running parallel work on a git repository without conflicts — e.g. "fix this bug while I keep working on my feature", "run Claude on two branches at once", "work on this task in isolation", "create a throwaway branch for this experiment", or anything where two agents or sessions…

siva01c/claude-plugins · 132 tokens

app-release

Automates the release process for Skill Lake app, including version bumping, building, packaging, and publishing to GitHub and Homebrew.

emlog/skill-lake · 31 tokens

shipping-and-launch

Use when preparing to release an Android app to production. Pre-launch checklist covering code quality, security, performance, accessibility, Play Store requirements, staged rollout, and rollback planning.

GuillemRoca/agent-skills-android · 39 tokens