Introduction

Code review sessions in Honeycomb provide an AI-powered analysis of your code, helping to ensure high quality and adherence to best practices. These sessions can be initiated directly through GitHub, making it easy to integrate into your existing workflow.

Getting Started

To start a code review session:

  1. Open a pull request on GitHub containing the code you want to review.
  2. Comment @honeycombsh review on the pull request.

There is no autocomplete for @honeycombsh, so you’ll need to type it out in full.

Once the command is issued, Honeycomb will begin analyzing the code in the pull request.

Code Review Session

What to Expect

During a code review session, Honeycomb will:

  1. Analyze the code changes in the pull request.
  2. Check for potential issues, such as bugs, inefficiencies, or security vulnerabilities.
  3. Suggest improvements and best practices.
  4. Provide a comprehensive review as a comment on the pull request.