commit-message
✓分析 git staged changes 並根據 Conventional Commits 規範自動生成繁體中文 commit message。適用於需要生成符合規範的 commit 訊息時,例如「幫我寫 commit message」、「產生 commit」、「提交變更」等請求。會自動檢查是否在 main/master 分支並提供適當建議。
Installation
SKILL.md
根據 Conventional Commits 1.0.0-beta.4 規範,分析 git staged changes 並自動生成繁體中文 commit message。
| feat | MINOR | 新增功能 | | fix | PATCH | 修正臭蟲 |
| docs | 文件更新 | | style | 程式碼格式調整(不影響功能) | | refactor | 重構程式碼 | | perf | 效能優化 | | test | 測試相關 | | build | 建置系統或外部相依性 | | ci | CI 設定檔案 | | chore | 其他雜項(工具、配置等) | | revert | 撤銷先前的 commit |
分析 git staged changes 並根據 Conventional Commits 規範自動生成繁體中文 commit message。適用於需要生成符合規範的 commit 訊息時,例如「幫我寫 commit message」、「產生 commit」、「提交變更」等請求。會自動檢查是否在 main/master 分支並提供適當建議。 Source: gn00678465/agentskills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/gn00678465/agentskills --skill commit-message- Source
- gn00678465/agentskills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is commit-message?
分析 git staged changes 並根據 Conventional Commits 規範自動生成繁體中文 commit message。適用於需要生成符合規範的 commit 訊息時,例如「幫我寫 commit message」、「產生 commit」、「提交變更」等請求。會自動檢查是否在 main/master 分支並提供適當建議。 Source: gn00678465/agentskills.
How do I install commit-message?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/gn00678465/agentskills --skill commit-message Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/gn00678465/agentskills