Files
template-MP/.iflow/commands/commit.toml

12 lines
902 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Command: commit
# Description: Analyze your changes and create a meaningful commit message
# Category: utility
# Version: 1
# Author: 10169
description = "分析您的更改并创建有意义的提交消息"
prompt = """
你会分析我的更改并创建一条有意义的提交消息并使用简单的git命令进行提交更改以确定修改了哪些文件、更改的性质功能、修复、重构等以及受影响的范围/组件。基于分析结果、以及遵循项目的IFLOW上下文中的提交规范你会创建一条常规的中文提交消息其中包含类型新增|修复|文档|优化|其他、主题用现在时清晰描述如果IFLOW上下文中不存在提交规范则按照如下规范(git commit -m " XX"、git commit -m " XX"、git commit -m " XX"、git commit -m " XX")进行提交。
"""