review_file
Reviews a full file by synthesizing it as an all-added unified diff and running the standard review pipeline to check coding conventions.
Instructions
Whole-file review — a simpler fallback that reuses the same review pipeline as review_diff, with the entire file synthesized as an all-added unified diff.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| head_ref | No | HEAD | |
| file_path | Yes | ||
| repo_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| findings | Yes | ||
| trace_id | Yes | ||
| hunks_reviewed | Yes | ||
| duration_seconds | Yes | ||
| findings_suppressed_by_critic | Yes |