veto_diff_review
Reviews a git diff by running code review, security scan, and secrets scan in parallel across changed files, returning a structured verdict and per-file findings for CI integration.
Instructions
Reviews a git diff — runs code review, security scan, and secrets scan in parallel across all changed files. Returns a structured verdict (pass/warn/fail), per-file findings, and a CI-ready summary. Pass diff directly or let Veto read it from project_dir automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diff | No | The git diff to review. If omitted, Veto runs git diff HEAD in project_dir. | |
| context | No | Optional: PR description, ticket number, or focus area. | |
| project_dir | No | Absolute project path. Used to auto-read git diff if diff is not provided, and to inject codebase context. | |
| agent_outputs | No | Phase 2 responses from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. | |
| agent_response | No | Phase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |