veto_full_review
Run a parallel code review, security scan, secrets scan, and quality analysis to get a combined pass/warn/fail verdict for pre-merge or pre-deploy decisions.
Instructions
Full pre-ship review: runs code review + security scan + secrets scan + quality analysis in parallel, then returns a combined verdict (pass/warn/fail). Use before any merge or deploy when you want richer output than veto_diff_review alone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diff | No | Optional: pass a diff string directly instead of reading from project_dir. | |
| context | No | Optional: PR description or review context. | |
| project_dir | No | Absolute path to project. Reads git diff HEAD automatically. | |
| agent_outputs | No | Phase 2 responses from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |