Skip to main content
This hands-on guide walks you through CodeRabbit’s core features using a test GitHub repository. You’ll experience firsthand how CodeRabbit analyzes code, provides actionable feedback, and writes fixes and improvements for you.
Just want to get started quickly? Skip to the Quickstart to set up your own project.

What you’ll learn

By the end of this guide, you’ll have hands-on experience with:
  • Automated code review on pull requests
  • Interactive conversations with CodeRabbit
  • Automatic code generation and improvements

Guide overview

1

Integrate CodeRabbit into a GitHub repository that you own

2

Observe CodeRabbit perform a code review of a pull request that you initiate

3

Converse with CodeRabbit about the code review

4

Prompt CodeRabbit to generate its own improvements to the pull request

What you’ll need

  • A GitHub account
  • 5-10 minutes
While this tutorial focuses on GitHub, CodeRabbit also works with GitLab, Azure DevOps, and Bitbucket. For more information, see Integrate with Git platforms.

What happens next

After completing this guide, you’ll have:
  • Seen CodeRabbit automatically review code changes in real-time
  • Experienced interactive conversation with an AI code reviewer
  • Watched CodeRabbit generate code improvements on your behalf
  • A test repository you can continue experimenting with