Commandspr
ody pr review
Review a GitHub pull request interactively
Synopsis
ody pr review <pullRequestUrl>Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
pullRequestUrl | string | Yes | GitHub pull request URL to review |
Flags
This command has no flags.
Behavior
- Validates that the provided argument is a GitHub pull request URL.
- Loads the configured backend and review model from your Ody configuration.
- Builds a pull request review prompt.
- Launches the backend in interactive mode so you can inspect and discuss the pull request live.
If the URL is missing or invalid, the command exits with an error.
Example
ody pr review https://github.com/owner/repo/pull/123Related
ody pr-- Overview of pull request commandsody pr resolve-- Resolve a specific pull request commentody auth github-- Configure GitHub credentials