CodeBilli Logo
CodeBilli

5-Minute Quickstart

5-Minute Quickstart

Set up CodeBilli in 5 minutes. Connect GitHub, configure review triggers, and get automated feedback on your first PR.

Installation & setup

GitHub App installation

  1. Connect GitHub from Settings.
  2. Grant access to all repos or select specific repos.

Repository selection & configuration

  • Enable indexing for the repos you want reviewed.
  • Configure PR Summary (summary, diagrams, confidence).
  • Control review behavior (strictness, comment types).
  • Add filters (labels, branches, authors).

Create your first review

  1. Open a PR with a small change.
  2. Wait ~2–3 minutes for the review.
  3. Review inline comments and summary.

Manual trigger: comment @wynkreview on the PR.

git clone <repo-url>
cd codebilli
npm install
npm run dev

On this page