Request Pull Request Review Tool
request-pull-request-review-toolAsk the team for a review on an open pull request. Coderbuds posts the request to the team's Slack channel — picking the next reviewer from the team's rotation, or the one you name — and leaves a comment on the pull request itself so the ask is visible to anyone reading it. Coderbuds speaks in its own voice; it does not comment as you. Use this after opening a pull request, or when a PR has been sitting unreviewed. Identify the repository by name (e.g. "saas") or full name (e.g. "patchstack/saas").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional one-line context for the reviewer, e.g. "touches billing — needs a careful look at the proration maths". | |
| reviewer | No | Optional teammate to ask, by full name, email, or GitHub username. Leave this out to use the team's review rotation. | |
| repository | Yes | The repository the pull request lives in, by name (e.g. "saas") or full name (e.g. "patchstack/saas"). | |
| pull_request_number | Yes | The pull request number, e.g. 3258. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | A human-readable summary of the outcome. | |
| success | Yes | Whether the review request went out. | |
| reviewer | No | The teammate who was asked, if one was assigned. | |
| repository | No | The repository the pull request belongs to. | |
| slack_notified | Yes | Whether the request was posted to the team Slack channel. | |
| pull_request_url | No | Link to the pull request. | |
| pull_request_number | Yes | The pull request the review was requested on. | |
| commented_on_pull_request | Yes | Whether Coderbuds commented on the pull request. |