review
Audit code diff to identify changed symbols, blast radius, risk tier, and covering test counts. Flags public API changes, untested changes, high-risk areas, and provides a security/performance/reuse/contracts checklist.
Instructions
Deterministic diff AUDIT in one call (no LLM): the symbols changed vs base_ref, each with its blast radius + risk tier + covering-test count, plus flags — public_api_changes (potential breaking), untested_changes (test gaps), high_risk — the tests_to_run, and a security/performance/reuse/contracts checklist. Use AFTER editing, before finishing. The write-side complement to plan; pair with diagnostics (build/vet) and review_diff (line-level).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repository name | |
| format | No | Response text encoding: toon (default) | json | |
| base_ref | No | Diff base (default HEAD~1) |