Automatically analyze bug reports and post a fix suggestion in the issue, leaving the final decision to the developer.
Open the Use Cases page
Use Cases
, then select Create Use Case
.Name your Use Case
Bug Triage with Suggestions
.Edit the trigger block
Select Issue Opened as the trigger type
Issue Opened
to trigger the workflow on every new issue.Configure delay
Add the Clone Repo block
Clone Repo
onto the canvas and connect it to the trigger.Configure dynamic values
{{trigger.repository.name}}
{{trigger.repository.defaultBranch}}
Agent Run
block to run the agent. This is a simple “task” block that will not listen to comments or keep the session open.
The developer can easily communicate with the agent by mentioning the agent in the issue thread and triggering the “mention” Use Case.
Add the Agent Run block
agent.run
to the canvas and connect it after the Clone Repo
step.Assign the Developer Agent
Developer
or a custom BugTriage
agent.Write the triage instructions
Create a bug issue
Add the bug label
bug
label to trigger the workflow.Check the agent’s reply
Escalate unresolvable bugs
Add a notification step
Track resolution status