Files
alfred-preferences/Alfred.alfredpreferences/snippets/Prompt 工具箱/code_commenting_for_sql_script [0FF02215-B953-475B-BE50-8217740D4D2A].json
2026-03-26 09:22:38 +08:00

8 lines
1.0 KiB
JSON
Raw Permalink 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.
{
"alfredsnippet" : {
"snippet" : "請為以下SQL程式碼逐行添加簡潔的注釋注釋內容僅限於每行程式碼的主要功能不需額外的解釋或詳細描述。請遵循以下步驟\n\n1. 仔細閱讀SQL程式碼。\n2. 對程式碼的每一行,添加簡短的注釋,說明該行的功能。\n3. 注釋應放在與之對應的程式碼行同一行使用SQL注釋語法--)進行標註。\n4. 注釋應簡潔明瞭,專注於每行的主要目的。\n5. 不要添加額外的解釋或描述,超出逐行注釋的內容。\n\n呈現你的注釋程式碼時請遵循以下格式\n1. 使用三個反引號(```)建立程式碼塊。\n2. 在開頭的反引號後標明語言為SQL。\n3. 將你的注釋程式碼包含在程式碼塊內。\n4. 用三個反引號關閉程式碼塊。\n\n請在下面提供你注釋後的SQL程式碼\n```sql \n{{SQL_CODE}} \n```",
"uid" : "0FF02215-B953-475B-BE50-8217740D4D2A",
"name" : "code_commenting_for_sql_script",
"keyword" : "SQLComment"
}
}