Code review
Deploy a review agent in YAML: it reacts on every head advance of a pull request, reviews only the commits it has not seen, and runs the suite before it comments. Any coding agent can write slop; yours is the one that catches it before merge.
ellipsis: version: v1 name: Code Reviewer description: Review the new commits on every pull requestclaude: model: claude-haiku-4-5-20251001 system: | Review only the new, unreviewed commits. Flag correctness bugs, security issues, and breaking changes. Suggest the fix on the exact line. Skip pure style; a linter handles that.trigger: type: react code_review: repositories: [splitshift-web, splitshift-api] for: users: true bots: falsebudget: session: 0.30 day: 3.00Your reviewer, not ours
Incremental by default
# reviewing splitshift-api#512, push 2
$ pytest -k trade
14 passed
$ git diff HEAD~2 -- src/trade_engine.py
reads the actual change, runs the actual suite, then comments
It runs the code
Cloud coding agents unlock parallelization
Automate everything with cloud agents
Every use case runs on the same platform. See how it works