建立一個 Git 提交
Analyzes your current Git changes and creates a commit with a descriptive message based on what was actually changed. Use this when you're ready to commit your work without manually writing commit messages.
/plugin marketplace add DennisLiuCk/claude-plugin-marketplace/plugin install commit-commands@claude-plugin-marketplace-zh-tw以下是目前的 Git 狀態:
${GIT_STATUS}
以下是目前的 Git 差異(包括已暫存和未暫存的變更):
${GIT_DIFF}
目前分支:${GIT_BRANCH}
最近的提交記錄:
${GIT_LOG}
根據上面顯示的變更,建立一個 Git 提交。
重要提示: