Add command.yml files

This commit is contained in:
Jinglei Ren 2023-08-28 19:24:41 +08:00
parent a0b0c5027d
commit 32ebbc934b
5 changed files with 5 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.vscode

1
code/command.yml Normal file
View File

@ -0,0 +1 @@
description: Generate code with a general template embedded into the prompt.

1
code/py/command.yml Normal file
View File

@ -0,0 +1 @@
description: Generate code with a Python-specific template embedded into the prompt.

View File

@ -0,0 +1 @@
description: Generate a commit message for the given git diff.

1
release_note/command.yml Normal file
View File

@ -0,0 +1 @@
description: Generate a release note for the given commit log.