Docs

Documentation

Everything you need to install Revvu, understand how reviews work, tune the bot to your team, and know what Revvu does with your code.

01

Install the GitHub App

Sign in with GitHub from the homepage and pick the repositories you want reviewed. One click, no config.

02

Open a pull request

Revvu receives the webhook, queues the review, and posts inline comments — usually under a minute.

03

Push fixes, get a new pass

Every push re-reviews only what changed. Fixed comments are auto-resolved.

New to Revvu? Start with the getting-started guide. Already installed and want to tune the bot? Jump to configuration.

Severity levels

How Revvu tags each comment

Every review comment gets one of four severity labels. Use them to triage at a glance.

critical

A real bug or security risk. Shipping this will break production or expose users. Act before merge.

warning

Likely-wrong behavior or risky pattern. Review carefully — probably worth fixing before merge.

suggestion

A concrete improvement that would make the code clearer, faster, or safer. Optional but recommended.

nitpick

Style or taste. Take it or leave it — Revvu won't block on these.

Want the full anatomy of a review comment? Read the inline comments guide.