name: naming
about: Generate code naming suggestions based on a description
args:
- name: query
short: 'q'
input: string
default: '{system_clipboard}'
help: Code component description (e.g., 'function to sort actions by dependency')
api:
output: dialog
args:
query: selection
actions:
- tag: tag_name_suggestions
run: small
expect: string
action: |
[Task]
Generate 5-10 high-quality, professional programming naming suggestions based on the description.
Strictly follow the programming language or style constraints requested in the description if specified.
Write strictly in English.
Output each suggestion on a new line.
[Query]
{query}