@mention the Evolve bot in a PR comment, issue thread, or ticket and an agent answers with full repository context — explaining code, investigating impact, or drafting the requested change.
- Identifier
interactive-mention-response- Version
- 1.0.1
- Steps
- 3
- Triggers
- 1
- interactive
- mention
- assistant
- automated
When it runs
mentionOnly when all hold
- actor.username not contains [bot]
The pipeline
The graph below is the one the workflow opens with in the builder — same steps, same layout, drawn on the same canvas. The run playing through it is a simulation; the branches and conditions are real.
- 01Bot Mentioned
triggerThe event that starts the run.
- 02Clone Repository
git.cloneShallow-clones the repository at the right ref.
- 03Respond to Mention
agent.runOne agent works the task with its toolkit.
The agent
Mention Responder
- Base type
- Senior Developer
- Temperature
- 0.3
- Max iterations
- 40
- Tools
- 14
Git provider · 6
read_pull_requestRead Pull Request · readget_pull_request_diffGet Pull Request Diff · readlist_pull_requestsList Pull Requests · readlist_issuesList Issues · readadd_comment_to_pull_requestAdd Comment to Pull Request · writecreate_issue_commentCreate Issue Comment · write
Tickets · 3
read_ticketRead Ticket · readread_ticket_commentsRead Ticket Comments · readadd_comment_to_ticketAdd Comment to Ticket · write
Filesystem · 2
read_fileRead File · readlist_dirList Directory · read
Code search · 1
code_searchCode Search · read
Terminal · 1
run_terminal_cmdRun Terminal Command · write
Status · 1
update_statusUpdate Status · write
Related playbooks
First-Time Contributor Welcome
Posts a genuinely useful welcome comment on a first-time contributor's PR, naming checks, conventions, test locations, and a maintainer.
Fix Review Comments
Comment /fix-comments on a PR and an agent implements the requested review changes on the branch.
Write Tests on Command
Comment /write-tests on a PR and an agent writes, runs, and pushes tests to the branch.