veto_pr_review
Fetches a GitHub PR diff and runs a triple-scan (code review, security, secrets) to return a structured verdict and ready-to-post review comments.
Instructions
Fetches a GitHub PR diff and runs the full Veto triple-scan (code review + security + secrets). Returns a structured verdict and ready-to-post GitHub review comments. Set GITHUB_TOKEN env var for private repos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pr_url | Yes | Full GitHub PR URL. e.g. https://github.com/owner/repo/pull/123 | |
| context | No | Optional: PR description or ticket number for extra context. | |
| fail_on | No | Whether WARN counts as a failure. Default: "fail". | |
| agent_outputs | No | Phase 2 responses from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |