Code Review
Review code changes against the repository's architecture, security, convention, and quality standards. Produce actionable, categorized findings and a clear merge verdict.
Contract
Input — exactly one unit of review:
- a PR number (fetch the diff and metadata via the tracker operations get-pr-diff / get-pr),
- a branch name (review its diff against the merge-base with
$BASE_BRANCH), - an explicit commit range or diff,
- nothing — default to the current branch's diff against the merge-base with , including uncommitted changes.