Feedback Triager
Feedback Triager watches a communication channel you designate as your feedback inbox. Each fresh top-level message starts a session that classifies the feedback, researches the relevant context, and files exactly one ticket in your downstream system. The session then subscribes to the thread and keeps reacting for its lifetime — handling replies, edits, deletions, and recovery mentions without filing duplicates. When a human in the thread explicitly asks for a fix, the triager can dispatch a PR Author worker to open a change, posting milestone updates back to the thread as the change progresses.- Best for: Teams with a busy feedback or bug-report channel who want every message turned into exactly one well-researched ticket — without a human copying context between systems.
- How to use: This Expert is event-driven — you don’t launch sessions from it manually. Connect your communication integration, point its trigger at your feedback channel, and configure the downstream ticket system. From then on, every new top-level message in the channel is triaged automatically.
See Also
- PR Author — the worker the triager dispatches when a thread asks for a fix.
- Understanding Automation — how triggers and subscriptions drive event-driven Experts like this one.