Commandspr
ody pr
Manage pull request review workflows
Synopsis
ody pr <subcommand>Subcommands
| Subcommand | Description |
|---|---|
review | Review a GitHub pull request interactively |
resolve | Resolve a GitHub pull request comment locally |
Behavior
ody pr groups commands for working through GitHub pull request feedback with the configured backend agent.
ody pr reviewopens an interactive review session for a pull request URL.ody pr resolvebuilds a targeted prompt for a specific pull request comment and runs the agent against your local checkout.
These workflows assume you are in the repository associated with the pull request and have any required GitHub credentials configured.
Examples
Start an interactive pull request review:
ody pr review https://github.com/owner/repo/pull/123Resolve a specific review comment:
ody pr resolve https://github.com/owner/repo/pull/123#discussion_r456789Preview a resolve plan without changing files:
ody pr resolve https://github.com/owner/repo/pull/123#issuecomment-456789 --dry-runRelated
ody pr review-- Start an interactive pull request reviewody pr resolve-- Resolve a pull request comment locallyody auth github-- Configure GitHub credentials