skills/version-release/SKILL.md
協助完成自動化版本發佈。同步文檔、更新版本號、推送 tag 並建立 GitHub Release。
npx skillsauth add laitszkin/apollo-toolkit version-releaseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
協助用戶完成自動化版本發佈流程。
CHANGELOG.md, docs/ 下所有項目文檔已經被同步到最新狀態檢查當前 git 分支是否為 default 分支(main 或 master):
commit 技能提交所有待處理變更。推送到 remote。git merge --ff-only origin/<default>)。若有代碼變更,先執行 apltk codegraph --help 與相關子命令 --help,再按 live CLI 指引同步代碼圖,確保代碼圖與實際代碼同步。
若 CLAUDE.md 或 AGENTS.md 缺少 apltk codegraph 的引用,必須添加。
通過並行調度 subagents 完成變更的逐行深度閱讀,檢查文檔是否存在錯誤或遺漏。
若有,使用 docs-project、maintain-project-constraints 將文檔同步到最新。
確認所有文檔已更新。
更新 repo 的版本文件(如 pyproject.toml)。
使用 commit 技能提交並推送所有變更。
最後推送 version tag 並建立 GitHub release。
references/semantic-versioning.md:版本號選擇規則references/commit-messages.md:release commit 訊息格式references/branch-naming.md:分支命名慣例references/changelog-writing.md:CHANGELOG.md 與 Unreleased 維護規則references/readme-writing.md:README 只在必要時同步更新development
Guides the agent through creating a new Agent Skill from scratch. Use when the user wants to build a skill, create a new skill, scaffold a skill directory, or author a SKILL.md. Do NOT use for optimising or rewriting existing skills — use 'optimise-skill' for that. Do NOT use for editing files that are already part of a skill. Do NOT use for creating non-skill content like documentation, scripts, or project files.
development
Guides the agent through creating a new Agent Skill from scratch. Use when the user wants to build a skill, create a new skill, scaffold a skill directory, or author a SKILL.md. Do NOT use for optimising or rewriting existing skills — use 'optimise-skill' for that. Do NOT use for editing files that are already part of a skill. Do NOT use for creating non-skill content like documentation, scripts, or project files.
development
Review a pull request — interactive PR selection via `gh`, 4-dimension code review (hallucinated code, architecture, performance, test validity), then post severity-graded comments with fix suggestions on the PR. Not for spec-based review — use `review` instead.
development
Incrementally refresh the architecture atlas when the project diagram drifts from actual code. Measures drift before updating to determine scope, then updates the base atlas and re-renders HTML.