commit-and-push/SKILL.md
提供提交指引以及作為提交前的必要品控閘門。當你需要將變更提交到git repo或者是推送到remote,使用這個技能。
npx skillsauth add laitszkin/apollo-toolkit commit-and-pushInstall 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.
在不破壞使用者既有工作樹與提交邊界的前提下,安全地完成本地 commit 與可選 push,並確保所有提交前的審查、文件同步與 changelog 門檻都已真正完成。
檢查目前的git變更狀態。識別變更範圍及確認目前暫存變更之中是否包含代碼變更。
如果變更範圍涉及代碼變更,確認變更已通過必要的審查與驗證。如果在審查過程中發現問題,修復發現的問題並暫存。
使用 align-project-documents, maintain-project-constraints 這兩個技能,並遵照當中的指引,同步更新項目文檔,確保項目文檔時刻與repo保持一致。
依使用者的 staging 邊界建立 commit,提交訊息遵循 references/commit-messages.md。
只有在使用者明確要求更新 remote 時才 push。
references/commit-messages.md:提交訊息格式references/branch-naming.md:分支命名慣例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。