commit

Solid

Use when 使用者要求提交工作區變更、merge back 已完成 worktree,或 worktree 就緒佇列達到提交條件;需要拆成多筆時同樣適用。NOT for 把 clade 改動散播到 consumer(走 /clade-publish),NOT for 新建實作 worktree(走 /wt)。

Code & Development 45 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
55
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- 🔒 LOCKED — managed by clade Source: plugins/hub-core/skills/commit/ Edit at: $CLADE_HOME Local edits will be reverted by the next sync. --> <!-- clade-targets: claude,codex,cursor --> <!-- clade-adapters: claude --> <!-- clade-resources: [{"source":"plugins/hub-core/scripts/commit-lock.mjs","output":"scripts/commit-lock.mjs","targets":["claude","codex","cursor"]},{"source":"plugins/hub-core/scripts/0a-metrics.mjs","output":"scripts/0a-metrics.mjs","targets":["claude","codex","cursor"]},{"source":"plugins/hub-core/scripts/codex-review-safe.sh","output":"scripts/codex-review-safe.sh","targets":["claude","codex","cursor"]},{"source":"rules/core/review-tiers.md","output":"references/review-tiers.md","targets":["claude","codex","cursor"]},{"source":"rules/core/security-policy.md","output":"references/security-policy.md","targets":["claude","codex","cursor"]}] --> <!-- never-density-reviewed: 2026-09-04 — 全檔 20 條逐條覆核過(不是只看本次新增的)。**這裡刻意不寫行號**:每次編輯本檔行號就漂一次,寫了只會讓下一個覆核的人拿一組對不上的座標去找。以錨點文字定位——(a) Step 2 「丟棄 WIP 的委婉說法」那個 7-run,每一行點名一種不同的說法,合併就失去反開脫作用;(b) 「不要把 WIP 併進來」那條規則掛在兩個不同的 AskUserQuestion 上,各自在使用點才讀得到,不能只留一處;(c) 其餘 13 條各自是該禁令在全檔的唯一出處。Step 6-A 本次新增的 4 條已先收斂掉 3 條重複的「NEVER 再 bump」與 1 條重複的逃生口禁令,剩下的每一條對應一個實測過的失敗模式。--> ## User Input ```text $ARGUMENTS ``` 政策與禁止事項見當前 runtime 已投影的 `commit` 與 `commit.detail` 規約。本檔定義執行流程,commit 類型 / emoji 對照表在 Step 3。 ## Step 0-Batch: 提交入口與既有批次(取得 commit lock 前) **每次**進入 `/commit` 先跑 `wt-helper batch status`(consumer:`scripts/wt-helper.ts`;clade...

Details

Author
YuDefine
Repository
YuDefine/nuxt-supabase-starter
Created
7 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

commit

按照 git 规则自动分析变更并提交代码

0 Updated yesterday
pkulijing
Code & Development Listed

commit

提交当前暂存区已有的内容到本地仓库并推送到远程(依次 git commit → git push;不执行 git add,只提交用户已自行 git add 到暂存区的内容;无远程仓库则先用 gh repo create --public 创建再推送)。当用户输入 commit 时触发。分支感知(2026-09-07 用户修订:main 不设分支保护、不限制直接 push,2026-09-06 的「main 仅本地提交」模式废止):在 main(或 master)上 → commit 后直接 push 远程 main(普通文件修改、杂事、main 对齐走这条直推通道);在功能分支上(存在测试用例的软件开发项目走 dev-workflow)→ commit → push 分支本身即止,不建 PR、不等 CI、不合并——dev-workflow 2026-09-07 起取消远端 PR / CI 流程,功能分支合并回 main 由用户验收后在本地进行(dev-workflow 第 7 步超集校验 + 快进合并)。git commit 前对暂存区已有内容做敏感内容扫描 + cache 文件/目录检测(cache 命中自动加入 .gitignore),任一命中即彻底终止——不 commit/push,须重新 /commit 走完整流程。push 之后补齐项目标配(README 中英双语+LOGO+标准徽章、版权署名归一 All Contributors、LICENSE.md、CHANGELOG.md 与 VERSION、GitHub About、Sponsors 按钮),缺则自动补、齐则记项目根 .commit-cache.md 缓存跳过重复检测;另做版本滞后检测(VERSION 已在 GitHub Release 发布且其后有新提交 → 报告并指引 /bump,不就地改文件)与版本号一致性检测(以 VERSION 为唯一权威自动同步各文件),均不阻塞、每次必查不缓存。

0 Updated today
xhqing
Code & Development Listed

commit

提交当前变更到 Git。 当需要把已完成的工作落为一次 Git 提交时使用。

84 Updated today
fitlab-ai