prompt_template/web/templates.json

65 lines
1.5 KiB
JSON
Raw Normal View History

[
{
"path": "../templates/custom/brainstorming.md",
"type": "custom",
"name": "Brainstorming Assistent",
"description": "",
"version": "1.0",
"tags": [],
"format": "md"
},
{
"path": "../templates/user/email_draft.md",
"type": "user",
"name": "Email Entwurf Assistent",
"description": "",
"version": "1.0",
"tags": [],
"format": "md"
},
{
"path": "../templates/system/code_reviewer.json",
"type": "system",
"name": "Code Reviewer",
"description": "Analysiert Code auf Qualität, Best Practices und potenzielle Bugs",
"version": "1.0",
"tags": [
"code",
"review",
"quality",
"best-practices",
"security"
],
"format": "json"
},
{
"path": "../templates/system/commit_analysis.json",
"type": "system",
"name": "Git Commit Deep Analysis",
"description": "Erstellt eine tiefe Analyse der letzten Git-Commits mit technischer und fachlicher Bewertung",
"version": "1.0",
"tags": [
"git",
"code-review",
"audit",
"analysis",
"commit",
"quality"
],
"format": "json"
},
{
"path": "../templates/system/summarizer.json",
"type": "system",
"name": "Text Summarizer",
"description": "Erstellt präzise Zusammenfassungen von Texten mit konfigurierbarer Länge",
"version": "1.0",
"tags": [
"summary",
"text",
"condense",
"abstract"
],
"format": "json"
}
]