Skip to main content

review

review is your essential AI coding companion and resident expert. It sits along side you in your terminal or editor and will provide meaningful code reviews and suggestions.

We're excited to have you testing review! Our early results show we're helping teams ship better code by identifying actionable changes that catch real bugs and problems. Your input continues to shape our development - thank you for being part of this journey ✨

Quickstart

Install the latest version of review from the command line:

curl -fsSL https://review.ai/install.sh | sh

You can inspect the script first by visiting review.ai/install.sh

For detailed installation instructions, including manual installation options, see our installation guide.

This will install review and automatically authenticate you with GitHub through your browser. Once complete, you can start reviewing code:

git add .
review

Need help?