Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.19 KB

knowledge-base.md

File metadata and controls

26 lines (16 loc) · 1.19 KB
title description sidebar_label sidebar_position
Knowledge Base
Learn about CodeRabbit's internal knowledge base and its integrations with external services.
Knowledge Base
4

CodeRabbit utilizes an internal knowledge base that integrates with several external services to provide a seamless review and issue management experience.

Issue Tracking Integration

CodeRabbit can integrate with your issue tracking systems to provide better context during code reviews. For details on setting up issue tracking integrations, see our Issue Integrations guide.

Learnings {#learnings}

You can tell the bot to remember things about either specific lines in files, or generally about the entire repository, or even across repositories.

For example, you can add a comment in a PR to chat directly with CodeRabbit. @coderabbitai always remember to enforce camelCase.

Or you can comment directly on some lines of code in the PR. @coderabbitai do not complain about lack of error handling here, it is handled higher up the execution stack.

:::tip Video Tutorial

Watch our video walkthrough on learnings for more information.

:::