什麼是 git-convention?
依照 Angular 約定格式產生常規 git 提交訊息。在建立提交、編寫提交訊息或查看 git 歷史記錄時使用此技能。觸發器包括“git commit”、“提交訊息”、“更改日誌”或版本控制更改請求。 來源:duckyman-ai/agent-skills。
依照 Angular 約定格式產生常規 git 提交訊息。在建立提交、編寫提交訊息或查看 git 歷史記錄時使用此技能。觸發器包括“git commit”、“提交訊息”、“更改日誌”或版本控制更改請求。
透過命令列快速安裝 git-convention AI 技能到你的開發環境
來源:duckyman-ai/agent-skills。
Generate conventional git commit messages following Angular commit convention format.
| feat | A new feature | | fix | A bug fix | | docs | Documentation only changes | | style | Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) | | refactor | A code change that neither fixes a bug nor adds a feature | | perf | A code change that improves performance |
| test | Adding missing tests or correcting existing tests | | build | Changes that affect the build system or external dependencies | | ci | Changes to CI configuration files and scripts | | chore | Other changes that don't modify src or test files | | revert | Reverts a previous commit |
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/duckyman-ai/agent-skills --skill git-convention依照 Angular 約定格式產生常規 git 提交訊息。在建立提交、編寫提交訊息或查看 git 歷史記錄時使用此技能。觸發器包括“git commit”、“提交訊息”、“更改日誌”或版本控制更改請求。 來源:duckyman-ai/agent-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/duckyman-ai/agent-skills --skill git-convention 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/duckyman-ai/agent-skills