shipper pr remediate
shipper pr remediate
Section titled “shipper pr remediate”Usage: shipper pr remediate [options] [pr]
Remediate a pull request after review feedback
Arguments
Section titled “Arguments”| Argument | Required | Description | Choices |
|---|---|---|---|
| [pr] | no | PR number or URL | - |
| Long | Short | Value | Default | Description | Choices |
|---|---|---|---|---|---|
| —mode | - | default | execution mode: headless, interactive, or default | headless, interactive, default | |
| —agent | - | - | agent to use: claude, codex, copilot, or opencode | claude, codex, copilot, opencode | |
| —model | - | - | model to use for the agent CLI | - | |
| —disable-mcp | - | - | - | disable MCP server loading for this run | - |
| —enable-mcp | - | - | - | enable MCP server loading for this run | - |
Examples
Section titled “Examples”Remediate review feedback on pull request 42.
shipper pr remediate 42Exit Codes
Section titled “Exit Codes”| Code | When |
|---|---|
| 0 | Remediation completes successfully. |
| 1 | Preflight, validation, agent execution, push retry, or result handling fails. |
| 130 | Check polling is interrupted. |
Constraints
Section titled “Constraints”- —disable-mcp and —enable-mcp are mutually exclusive
- Troubleshooting: MCP tool loading issues
- Troubleshooting: shipping and remediation exit codes