Code review
Review new commits on pull requests with configurable coding agents.
Ellipsis reviews pull requests as they change. Agents inspect the code and can run tests; Ellipsis posts the findings as a GitHub review.
Enable reviews
- Open Reviews > Settings in the dashboard
- Enable code review
- Open or push to a pull request in an installed repository
No YAML is required. The default pipeline runs one bug reviewer and a pull request description agent. It excludes Dependabot and Renovate by default.
Open the review in the dashboard to see its findings, covered commits, stage results, and cost.
Review new commits
The first review covers the pull request's changes. Later reviews cover commits since the last covering review.
If a review fails before posting, the next review covers those commits too. See Review scope.
Customize the pipeline
This keeps the default reviewer, turns off pull request description updates, and caps each review at $8.
- Review scope: repositories, branches, paths, and authors
- Custom reviewers: specialist reviewers and a findings filter
- Configuration YAML: stages, environments, and permissions
- Budgets: per-review and daily or weekly limits
Run through the API
Send to POST /v1/reviews to inspect findings without posting to GitHub. The same repository configuration applies.