Agent skill

release

项目发版流程:询问版本步进类型,更新前后端版本号,锁定依赖,提交、打 tag 并推送。当用户提到"发版"、"release"、"bump version"、"升版本"、"打 tag"、"发布新版本"时使用此 skill。

Stars 1,657
Forks 360

Install this agent skill to your Project

npx add-skill https://github.com/ArcReel/ArcReel/tree/main/.claude/skills/release

SKILL.md

Release — 项目发版

流程

1. 确认版本步进

读取当前版本号(pyproject.toml 第 3 行),然后询问用户想要哪种步进:

  • patch (x.y.Z) — bug 修复、小调整
  • minor (x.Y.0) — 新功能
  • major (X.0.0) — 重大变更

展示当前版本和各步进后的结果,让用户确认。

2. 更新版本号

同时修改两个文件(版本号始终保持一致):

文件 位置 格式
pyproject.toml 第 3 行 version = "X.Y.Z"
frontend/package.json 第 3 行 "version": "X.Y.Z",

3. 锁定依赖

bash
uv lock

这会自动同步 uv.lock 中 arcreel 包的版本号。

4. 提交

将三个文件(pyproject.tomlfrontend/package.jsonuv.lock)加入暂存区并提交:

chore: bump version to X.Y.Z

注意:commit message 中版本号不带 v 前缀。

5. 打 Tag

bash
git tag vX.Y.Z

Tag 名称带 v 前缀。

6. 推送

推送 commit 和 tag:

bash
git push origin main && git push origin vX.Y.Z

推送前需确认用户同意。

Expand your agent's capabilities with these related and highly-rated skills.

ArcReel/ArcReel

vercel-react-best-practices

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

1,657 360
Explore
ArcReel/ArcReel

web-design-guidelines

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

1,657 360
Explore
ArcReel/ArcReel

agent-browser

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.

1,657 360
Explore
ArcReel/ArcReel

generate-clues

生成线索设计参考图(道具/环境)。当用户说"生成线索图"、"画道具设计"、想为重要物品或场景创建参考图、或有 major 线索缺少 clue_sheet 时使用。确保跨场景视觉一致。

1,657 360
Explore
ArcReel/ArcReel

generate-characters

生成角色设计参考图(三视图)。当用户说"生成角色图"、"画角色设计"、想为新角色创建参考图、或有角色缺少 character_sheet 时使用。确保视频中角色形象一致。

1,657 360
Explore
ArcReel/ArcReel

compose-video

视频后期处理与合成。当用户说"加背景音乐"、"合并视频"、"加片头片尾"、想为成片添加 BGM、或需要将多集视频拼接时使用。

1,657 360
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results