Use Overcut to handle @mentions in issues or tickets and launch agent workflows instantly.
Open the Use Cases page
Use Cases
and then select Create Use Case
.Name your Use Case
Ticket Mention Responder
.Edit the default trigger
Select the Mention trigger
Mention
. This will activate the workflow whenever an agent is mentioned in a supported system (e.g. GitHub, Jira).Note about execution timing
Add the action to the canvas
Clone Repo
action onto the canvas and connect it to the Mention trigger node.Select the Git Organization
Select the Repository Name
docs
.Select the Branch
main
.{{trigger.issue.title}}
to pull context from the issue.Set the Alias (optional)
product-docs
. This helps agents refer to it clearly during the session.agent.run
Add the Agent Run block
agent.run
action to the canvas and connect it to the Clone Repo
action.Select the Agent
Senior Developer
for code tasks, Tech Writer
for documentation).Set the Instructions
Analyze the user’s request and provide a helpful response. If they need documentation, create it. If they need code analysis, provide insights.
agent.session
Add the Agent Session block
agent.session
action to the canvas and connect it to the Clone Repo
action.Select Participating Agents
Agents
page.Define the Session Goal
Help the user with their request
.Set the Instructions
Follow the instructions from the user on the issue in context.
agent.run
for simple, one-time responses. Use agent.session
for complex requests that need multiple agents or ongoing conversation. Learn more in our Agent Differences guide.Mention the Agent in a Ticket
@overcut Can you write the README for this branch?
Check the Execution
Executions
page. This confirms the workflow has been activated.Verify the Response
agent.run
: Single response with the requested informationagent.session
: Ongoing conversation that can handle follow-up requestsagent.session
, the conversation continues as you add more comments.Respond with follow-up comments
Add logic or notifications (optional)