refactor: Update command descriptions and remove unused workflow files
This commit includes: - Clarified and standardized descriptions for various command.yml files - Removed obsolete workflow files (aider/command.yml, pr/command.yml, merico/ask-code/command.yml) - Updated README for pr.custom_suggestions - Translated some descriptions from Chinese to English
This commit is contained in:
parent
5ebcb808a3
commit
07d916c831
@ -1,4 +1,4 @@
|
|||||||
description: 'Create new branch based current branch, and checkout new branch.'
|
description: 'Generate code task summary.'
|
||||||
input: optional
|
input: optional
|
||||||
help: README.md
|
help: README.md
|
||||||
steps:
|
steps:
|
||||||
|
@ -1 +1 @@
|
|||||||
description: Root of git commands.
|
description: Root of github commands.
|
@ -1,4 +1,4 @@
|
|||||||
description: 'Create new issue.'
|
description: 'List issue tasks.'
|
||||||
input: required
|
input: required
|
||||||
help: README.md
|
help: README.md
|
||||||
steps:
|
steps:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
description: 'Create new issue.'
|
description: 'Update issue tasks.'
|
||||||
input: required
|
input: required
|
||||||
help: README.md
|
help: README.md
|
||||||
steps:
|
steps:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
description: 'Create new PR.'
|
description: 'Update PR.'
|
||||||
input: required
|
input: required
|
||||||
help: README.md
|
help: README.md
|
||||||
steps:
|
steps:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
description: 'Create new branch based current branch, and checkout new branch.'
|
description: 'Generate code task summary.'
|
||||||
input: optional
|
input: optional
|
||||||
help: README.md
|
help: README.md
|
||||||
steps:
|
steps:
|
||||||
|
@ -1 +1 @@
|
|||||||
description: Root of git commands.
|
description: Root of gitlab commands.
|
@ -1,4 +1,4 @@
|
|||||||
description: 'Create new issue.'
|
description: 'List issue tasks.'
|
||||||
input: required
|
input: required
|
||||||
help: README.md
|
help: README.md
|
||||||
steps:
|
steps:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
description: 'Create new issue.'
|
description: 'Update issue tasks.'
|
||||||
input: required
|
input: required
|
||||||
help: README.md
|
help: README.md
|
||||||
steps:
|
steps:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
description: 'Create new PR.'
|
description: 'Update PR.'
|
||||||
input: required
|
input: required
|
||||||
help: README.md
|
help: README.md
|
||||||
steps:
|
steps:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
# pr.improve
|
# pr.custom_suggestions
|
||||||
**/pr.improve命令用于生成PR的代码建议。**
|
**/pr.custom_suggestions命令用于生成PR的代码建议。**
|
||||||
|
|
||||||
使用方式为:/pr.improve <PR_URL>, 例如:
|
使用方式为:/pr.improve <PR_URL>, 例如:
|
||||||
/pr.improve https://github.com/devchat-ai/devchat/pull/301
|
/pr.improve https://github.com/devchat-ai/devchat/pull/301
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
description: "review pr"
|
description: "Generate custom suggestions for PR."
|
||||||
input: required
|
input: required
|
||||||
help: README.md
|
help: README.md
|
||||||
steps:
|
steps:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
description: "review pr"
|
description: "Describe PR."
|
||||||
input: required
|
input: required
|
||||||
help: README.md
|
help: README.md
|
||||||
steps:
|
steps:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
description: "review pr"
|
description: "Improve PR."
|
||||||
input: required
|
input: required
|
||||||
help: README.md
|
help: README.md
|
||||||
steps:
|
steps:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
description: 对选中代码进行API重构
|
description: Refactor for selected api.
|
||||||
input: required
|
input: required
|
||||||
help: README.md
|
help: README.md
|
||||||
steps:
|
steps:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
description: '配置 API 测试所需的全局和仓库相关设置'
|
description: 'Configure global and repository-specific settings for API testing.'
|
||||||
help: README.md
|
help: README.md
|
||||||
steps:
|
steps:
|
||||||
- run: $devchat_python $command_path/command.py
|
- run: $devchat_python $command_path/command.py
|
@ -1,4 +1,4 @@
|
|||||||
description: 上传 API 文档,生成目标 API 的测试用例和测试脚本并执行测试代码。输入形式为:APIPATH METHOD API重构描述
|
description: 'Upload API documentation, generate test cases and test scripts for the target API, and execute the test code. Input format: APIPATH METHOD API_REFACTOR_DESCRIPTION'
|
||||||
input: required
|
input: required
|
||||||
steps:
|
steps:
|
||||||
- run: $devchat_python $command_path/command.py "$input"
|
- run: $devchat_python $command_path/command.py "$input"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
description: 生成工作流命令,输入命令信息
|
description: 'Generate workflow command, input command information.'
|
||||||
input: required
|
input: required
|
||||||
steps:
|
steps:
|
||||||
- run: $devchat_python $command_path/command.py "$input"
|
- run: $devchat_python $command_path/command.py "$input"
|
@ -1,4 +1,4 @@
|
|||||||
description: 生成工作流命令,输入命令信息
|
description: 'Generate workflow command, input command information.'
|
||||||
input: required
|
input: required
|
||||||
steps:
|
steps:
|
||||||
- run: $devchat_python $command_path/command.py "$input"
|
- run: $devchat_python $command_path/command.py "$input"
|
Loading…
x
Reference in New Issue
Block a user