什麼是 release?
自動化此插件的發布工作流程:運行“make check”,更改plugin.json和marketplace.json中的版本,根據需要建立release/vX.Y.Z分支,然後提交/推送/開啟PR。當使用者說「發布」、「剪切發布」、「發布版本」、「準備發布」、「製作發布」、「建立發布分支」或發布新版本的任何變體時,請使用此技能。 來源:mthds-ai/skills。
自動化此插件的發布工作流程:運行“make check”,更改plugin.json和marketplace.json中的版本,根據需要建立release/vX.Y.Z分支,然後提交/推送/開啟PR。當使用者說「發布」、「剪切發布」、「發布版本」、「準備發布」、「製作發布」、「建立發布分支」或發布新版本的任何變體時,請使用此技能。
透過命令列快速安裝 release AI 技能到你的開發環境
來源:mthds-ai/skills。
This skill handles the full release cycle for a Claude Code plugin that keeps its version in two files:
Ask the user which kind of version bump they want — patch, minor, or major — unless they already specified it. Show the current version from plugin.json and what the new version would be for each option so the choice is concrete.
Run make check (which verifies shared refs use correct paths and all shared files exist). This is the gate — if it fails, stop and report the errors so they can be fixed before retrying. Do not proceed past this step on failure.
自動化此插件的發布工作流程:運行“make check”,更改plugin.json和marketplace.json中的版本,根據需要建立release/vX.Y.Z分支,然後提交/推送/開啟PR。當使用者說「發布」、「剪切發布」、「發布版本」、「準備發布」、「製作發布」、「建立發布分支」或發布新版本的任何變體時,請使用此技能。 來源:mthds-ai/skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/mthds-ai/skills --skill release自動化此插件的發布工作流程:運行“make check”,更改plugin.json和marketplace.json中的版本,根據需要建立release/vX.Y.Z分支,然後提交/推送/開啟PR。當使用者說「發布」、「剪切發布」、「發布版本」、「準備發布」、「製作發布」、「建立發布分支」或發布新版本的任何變體時,請使用此技能。 來源:mthds-ai/skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/mthds-ai/skills --skill release 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/mthds-ai/skills