Comment /fix-comments on a pull request and an agent implements the requested review changes, pushes commits to the PR branch, and summarizes what it addressed.
- Identifier
fix-review-comments- Version
- 1.0.0
- Steps
- 3
- Triggers
- 1
- review
- pull-request
- interactive
- automated
When it runs
slash_command- Command
/fix-comments
Only 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.
- 01/fix-comments on a PR
triggerThe event that starts the run.
- 02Clone Repository
git.cloneShallow-clones the repository at the right ref.
- 03Implement Review Fixes
agent.runOne agent works the task with its toolkit.
The agent
Review Fixer
- Base type
- Senior Developer
- Temperature
- 0.2
- Max iterations
- 45
- Tools
- 11
Git provider · 4
read_pull_requestRead Pull Request · readget_pull_request_diffGet Pull Request Diff · readcreate_or_update_fileCreate or Update File · writeadd_comment_to_pull_requestAdd Comment to Pull Request · write
Filesystem · 4
read_fileRead File · readlist_dirList Directory · readedit_fileEdit File · writewrite_fileWrite File · write
Code search · 1
code_searchCode Search · read
Terminal · 1
run_terminal_cmdRun Terminal Command · write
Status · 1
update_statusUpdate Status · write
Related playbooks
Accessibility Audit
Reviews UI PRs for accessibility defects, posts inline threads citing WCAG criteria, and submits a summary review.
Backport to Release Branch
Label a merged PR `backport/<version>` and the playbook opens a matching backport PR.
API Contract Breaking-Change Detector
Detects breaking changes in published API contracts, names affected consumers, and labels the PR.