update-version

A release skill for updating the version of a component library and preparing its release notes. It specifies which package files change, how version tags are named, and how bilingual notes are written.

In plain words
What is it for?
Updating the listed package versions, creating a v-prefixed Git tag, collecting changes since the previous tag, and writing a Chinese-English release log.
Why use it?
It keeps the package version, Git tag, release notes, and publishing workflow aligned.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/363045841/klinechartquant/update-version
Any agent
npx skills add 363045841/KLineChartQuant --skill update-version
Clone the repo
git clone --depth 1 https://github.com/363045841/KLineChartQuant

Made for: Claude Code, Codex.

Per session 9 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 303 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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 $0.00009 $0.00303
Opus 5 $0.00005 $0.00151
Sonnet 5 $0.00002 $0.00061
Haiku 4.5 $0.00001 $0.00030

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

Security

Grade A, and why

update-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 3d 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.

.opencode/skills/update-version/SKILL.md · 31 lines

What it actually says

  1. 需要且只要更新以下文件中的版本: @packages\core\package.json @packages\desktop-electron\package.json @packages\core\src\version.ts @packages\vue\package.json

版本格式eg: 0.9.0-alpha.1 // alpha 0.9.0 // 正式版本

  1. 使用git tag打上版本标签, 版本要带上 v,以触发 @.github\workflows\release.yml 发布npm包
  2. 一次性读取当前版本tag到上一个tag之间的提交信息,编写release日志,输出到 docs/release/<当前tag>.md(如 docs/release/v0.9.4.md),并将该文件与版本变更一起提交,确保 tag 指向的 commit 已包含该文件(否则 release 工作流将回退为自动生成),格式如下,要有中英对照:

相比 [上个tag] 的变更 / Changes since [上个tag]

✨ 新功能 / Features

  • 标题: xxx
  • title: xxx

🐛 Bug 修复 / Fixes

🏗️ 架构与重构 / Architecture & Refactoring

📚 文档 / Documentation

其中,不包含的项目可以不填。

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. 3d ago First seen · 31 lines · 9 tokens per session scan A ed3e2f7f055d

Subscribe to this mod's changes

update-version is a skill published in the GitHub repository 363045841/KLineChartQuant (21 stars, last pushed 3d ago), licensed MIT. It adds 9 tokens to every session and 303 once invoked, about $0.0000 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

tinyvue-develop-spec

在当前仓库进行组件的开发,主题开发,国际化开发,测试脚本开发时,必须遵守以下规范。.

opentiny/tiny-vue · 12 tokens

update-release-notes

Update the release notes file at apps/docs/content/releases/next.mdx in the tldraw/tldraw repo based on PRs since the previous release, or archive next.mdx to a versioned file when a new version is published.

tldraw/tldraw · 58 tokens

write-release-notes

Writing release notes articles for tldraw SDK releases. Use when creating new release documentation, drafting release notes from scratch, or reviewing release note quality. Provides guidance on structure, voice, and content for release files in apps/docs/content/releases/.

tldraw/tldraw · 55 tokens

release

Use when preparing or publishing an NGINX UI release, including version bumping with version.sh, release note drafting, release-prep commits, annotated tags, pushing dev and tags, and creating GitHub Releases with Announcements discussions.

0xJacky/nginx-ui · 49 tokens

summarize-releases

Create a monthly NVIDIA Elements “What’s New” docs page and a concise, copy-ready summary from local release tags, tagged changelogs, package versions, and commit history. Use for a scheduled release PR, monthly update, release roundup, changelog digest, Slack blurb, announcement, or plain-language explanation of…

NVIDIA/elements · 74 tokens

dotcom-release-crew

Identify who contributed critical fixes or significant features to this week's dotcom release (the commits on main that are not yet on production) and post a short summary to the #development Discord channel.

tldraw/tldraw · 9 tokens