
- Added markdown codeblock format specification for responses - Changed format of issue reference to use angle brackets - Added instruction to only output the commit message codeblock
commit
自动生成提交信息并执行Git提交。
用途
- 生成规范的提交信息
- 简化Git提交流程
- 保持提交历史的一致性
使用方法
执行命令: /github.commit [message]
- message: 可选的用户输入,用于辅助生成提交信息
操作流程
- 选择要提交的文件
- 生成提交信息
- 允许用户编辑提交信息
- 执行Git提交
注意事项
- 确保已选择需要提交的文件
- 生成的提交信息可能需要进一步修改以符合项目规范