Fires when a human submits a pull request review. Reads the diff and the review together and privately reports what a thorough review would also have raised — an untested branch, an unhandled error path, a missing null check, a security consideration, a breaking change to a consumer. Delivered to the reviewer only, as a self-development signal.
- Identifier
review-quality-coach- Version
- 1.0.0
- Steps
- 3
- Triggers
- 1
- review
- quality
- coaching
- feedback
- pull-request
- private
When it runs
pull_request.reviewed- Settle delay
- 10s after the event
Only when all hold
- pullRequest.isDraft not equals true
- actor.username not in dependabot, dependabot[bot], renovate, renovate[bot], github-actions, github-actions[bot]
- 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.
- 01PR Review Submitted
triggerThe event that starts the run.
- 02Clone Repository
git.cloneShallow-clones the repository at the right ref.
- 03Coach Reviewer
agent.runOne agent works the task with its toolkit.
The agent
Review Quality Coach
- Base type
- Code Reviewer
- Temperature
- 0.2
- Max iterations
- 25
- Tools
- 5
Git provider · 2
get_pull_request_diffGet Pull Request Diff · readread_pull_requestRead Pull Request · read
Filesystem · 1
read_fileRead File · read
Code search · 1
code_searchCode Search · read
Status · 1
update_statusUpdate Status · write
Related playbooks
Code Review
AI-powered PR reviews that flag bugs, security issues, and performance problems inline.
Fix Review Comments
Comment /fix-comments on a PR and an agent implements the requested review changes on the branch.
Accessibility Audit
Reviews UI PRs for accessibility defects, posts inline threads citing WCAG criteria, and submits a summary review.