Prompts
Tested, reusable prompts. Use {{variables}} for values that change per invocation.
Prompt: [Prompt Name]
Use when: [Describe the situation this prompt is for]
System:
You are a {{role}}. Your task is to {{objective}}.
Follow these rules:
- {{rule_1}}
- {{rule_2}}
Respond in {{format}}.
User:
{{user_input}}
Variables:
| Variable | Description | Example |
|---|---|---|
{{role}} |
[what this controls] | senior code reviewer |
{{objective}} |
[what this controls] | review pull requests for bugs |
{{format}} |
[what this controls] | markdown with headings |
Example output:
[Show what good output looks like with these inputs]
Notes:
- [Anything the user should know about tuning this prompt]
- [What models this works best with]
Prompt: [Another Prompt Name]
Use when: [Describe the situation]
System:
[System prompt here]
User:
[User prompt template here]