Review Verdict
review_verdictRun the full review pipeline in one call to get a unified verdict with a derived confidence score, combining impact, context, and merge-gate analysis.
Instructions
Run the full review pipeline in one shot: change_impact plus review_context plus review_gate, returning a unified verdict with a derived confidence score. Use review_verdict when you want the complete picture of a change in a single call. Use review_context instead for diff metadata only (no verdict), or review_gate for the gate verdict alone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pr | No | Optional PR selector. When set, pass-pr runs against GitHub instead of local mode. | |
| base | No | Base ref for local diff. Defaults to origin/main, then HEAD. | |
| path | No | Repository path. Defaults to current working directory. | |
| policy | No | Policy profile: standard (default), company, or high-risk. | |
| receipt | No | Optional convergence inputs hash, JSON object, or path to a JSON receipt artifact. Exact-subject v2 receipts require the full hash; legacy v1 display IDs remain accepted. | |
| request | No | Plain-English change request for impact scoring. | |
| impactTop | No | Number of impact files. Defaults to 8. | |
| governance | No | Governance: team (default) or solo. | |
| minConvergence | No | Optional minimum convergence score (0–100) enforced by the merge gate. |