Triage

GPTClaudeDeepSeek··476 copies·updated 2026-07-14
triage.prompt
---
model: openai/gpt-4o-mini
description: Triage an incoming support ticket into a category and priority.
temperature: 0
tags: [support, classification]
input:
  variables:
    ticket:
      required: true
    categories:
      default: ["billing", "bug", "feature-request", "account", "other"]
---
{# system #}
You are a support triage assistant. Classify each ticket and respond as JSON
with keys: category, priority (low|medium|high), and a one-line summary.

Valid categories: {{ categories | join(", ") }}.

{# user #}
Ticket:
{{ ticket }}

fill the variables

This prompt has 4 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{# system #}{{ categories | join(", ")}{# user #}{{ ticket}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo ATOM00blue/promptbook (MIT). A "Triage" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

ATOM00blue/promptbook · MIT