Commandspr

ody pr review

Review a GitHub pull request interactively

Synopsis

ody pr review <pullRequestUrl>

Arguments

ArgumentTypeRequiredDescription
pullRequestUrlstringYesGitHub pull request URL to review

Flags

This command has no flags.

Behavior

  1. Validates that the provided argument is a GitHub pull request URL.
  2. Loads the configured backend and review model from your Ody configuration.
  3. Builds a pull request review prompt.
  4. 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/123

On this page