用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill release命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | release |
| description | Bumps version and creates git tag for release Use when this capability is needed. |
| metadata | {"author":"ftnext"} |
Version is stored in recent_state_summarizer/__init__.py as __version__ and referenced by pyproject.toml using setuptools dynamic versioning.
Follow these steps to bump the version:
# 1. Edit version in recent_state_summarizer/__init__.py
# 2. Commit and tag
git add recent_state_summarizer/__init__.py
git commit -m "chore: Bump up X.Y.Z"
git tag vX.Y.Z
git push origin main --tags
Prerequisites:
main branchmain before running this commandgit branch --show-current before proceedingIf the user provided a version number (e.g., /release 0.1.0), use that. Otherwise:
recent_state_summarizer/__init__.py0.0.9 → 0.0.10)Execute the steps above, replacing X.Y.Z with the specified or auto-incremented version.
After creating the commit and tag, use AskUserQuestion to ask whether to push to remote:
git push origin main --tagsgit push origin main --tags manually laterConverted and distributed by TomeVault — claim your Tome and manage your conversions.
基于 SOC 职业分类