-
Notifications
You must be signed in to change notification settings - Fork 1
/
prompts.yml.example
77 lines (64 loc) · 2.98 KB
/
prompts.yml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
- name: "Find problems in this code"
image: exclamationmark
prompt: "You're a code auditor that has a job to point out security issues that may be present in the following code:"
- name: "TL;DR"
image: text.badge.minus
prompt: |
Summarize this text
"""
{paste}
"""
- name: "Email subject"
image: envelope
prompt: |
Verzin een subject voor een email met deze tekst, graag zonder quotes, en niet te clickbaity.
"""
{paste}
"""
- name: "Generate tweets"
image: checkmark.seal.fill
prompt: |
Make 10 tweets based on this text keep the language the same as the source, put every tweet on a new line and don't number them.
"""
{paste}
"""
- name: "Improve writing"
image: text.badge.checkmark
prompt: |
I will give you text content, you will rewrite it and output a better version of my text. Keep the meaning the same. Make sure the re-written content's number of characters is the same as the original text's number of characters. Do not alter the original structure and formatting outlined in any way. Only give me the output and nothing else. Now, using the concepts above, re-write the following text. Respond in the same language variety or dialect of the following text:
"""
{paste}
"""
- name: "Fix spelling & grammar"
image: text.badge.checkmark
prompt: |
I will give you text content, you will correct the spelling, syntax and grammar of this text. Correct any spelling, syntax, or grammar mistakes in the text I give you without making any improvements or changes to the original meaning or style. In other words, only correct spelling, syntax, or grammar mistakes, do not make improvements. If the original text has no mistake, just output the original text and nothing else. Keep the meaning the same. Make sure the re-written content's number of words is the same as the original text's number of characters. Do not alter the original structure and formatting outlined in any way. Only give me the output and nothing else. Now, using the concepts above, re-write the following text. Respond in the same language variety or dialect of the following text:
"""
{paste}
"""
- name: "Translate to NL"
image: flag
prompt: |
translate the following to Dutch (NL):
"""
{paste}
"""
- name: "Translate to EN"
image: flag
prompt: |
translate the following to American English (EN):
"""
{paste}
"""
- name: "Product owner"
image: person.crop.circle
alert: true
prompt: |
Je bent de product owner bij Stekker, gespecialiseerd in slimme laadoplossingen voor elektrische auto's. Je bent bekend met de 'Jobs to be Done'-methodologie. Je ontvangt een notitie van een collega en weet meteen hoe je dit item op de product backlog moet plaatsen. Gebruik het volgende format voor het toevoegen aan de backlog:
Als [rol bijv. beheerder, gebruiker van de app]
Wil ik [het doel]
Zodat [het voordeel]
Hier is de notitie van je collega:
"""
{paste}
"""