什麼是 git-commit?
透過傳統的提交訊息分析、智慧暫存和訊息產生來執行 git commit。當使用者要求提交更改、建立 git 提交或提及「/commit」時使用。支援:(1) 自動偵測變更的類型和範圍,(2) 根據差異產生常規提交訊息,(3) 具有可選類型/範圍/描述覆蓋的互動式提交,(4) 用於邏輯分組的智慧型檔案分段 來源:workleap/wl-squide。
透過傳統的提交訊息分析、智慧暫存和訊息產生來執行 git commit。當使用者要求提交更改、建立 git 提交或提及「/commit」時使用。支援:(1) 自動偵測變更的類型和範圍,(2) 根據差異產生常規提交訊息,(3) 具有可選類型/範圍/描述覆蓋的互動式提交,(4) 用於邏輯分組的智慧型檔案分段
透過命令列快速安裝 git-commit AI 技能到你的開發環境
來源:workleap/wl-squide。
Create standardized, semantic git commits using the Conventional Commits specification. Analyze the actual diff to determine appropriate type, scope, and message.
| feat | New feature | | fix | Bug fix | | docs | Documentation only | | style | Formatting/style (no logic) | | refactor | Code refactor (no feature/fix) | | perf | Performance improvement | | test | Add/update tests | | build | Build system/dependencies | | ci | CI/config changes | | chore | Maintenance/misc | | revert | Revert commit |
If nothing is staged or you want to group changes differently:
透過傳統的提交訊息分析、智慧暫存和訊息產生來執行 git commit。當使用者要求提交更改、建立 git 提交或提及「/commit」時使用。支援:(1) 自動偵測變更的類型和範圍,(2) 根據差異產生常規提交訊息,(3) 具有可選類型/範圍/描述覆蓋的互動式提交,(4) 用於邏輯分組的智慧型檔案分段 來源:workleap/wl-squide。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/workleap/wl-squide --skill git-commit透過傳統的提交訊息分析、智慧暫存和訊息產生來執行 git commit。當使用者要求提交更改、建立 git 提交或提及「/commit」時使用。支援:(1) 自動偵測變更的類型和範圍,(2) 根據差異產生常規提交訊息,(3) 具有可選類型/範圍/描述覆蓋的互動式提交,(4) 用於邏輯分組的智慧型檔案分段 來源:workleap/wl-squide。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/workleap/wl-squide --skill git-commit 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/workleap/wl-squide