merge-changes-from-local-branches/SKILL.md
將 spec 相關的本地實作分支合併回當前分支。按 coordination.md 的建議順序解決衝突。
npx skillsauth add laitszkin/apollo-toolkit merge-changes-from-local-branchesInstall 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.
將 spec 相關的本地實作分支合併回當前分支。 依 coordination.md 順序處理衝突。
閱讀用戶指定的 spec。 查看目前分支狀態。 找到與 spec 相關的分支。
按照 coordination.md 的建議順序合併分支。
解決衝突時,確保 spec 要求的功能沒有被破壞。
使用 commit 技能,將變更提交到當前分支上,不需要 push 到 remote。
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.
tools
協助完成自動化版本發佈。同步文檔、更新版本號、推送 tag 並建立 GitHub Release。