Topic archive

Code Review

How to Produce Reviewable Diffs From Coding Agent Sessions

A practical guide to structuring coding agent sessions so every change lands as a clean, reviewable diff — covering branch strategy, git worktree isolation, pull request conventions, and CI checks that keep human reviewers in control.

coding-agentsgitpull-requestscode-review
Open guide

Multi-Model API Gateway Setup for Coding Agent Reviews

A practical guide to routing coding agent code-review calls through a multi-model API gateway so that fast checks and deep analysis land on the right models, stay observable, and do not drift when upstream endpoints change.

coding-agentapi-gatewaymulti-modelcode-review
Open guide