You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.md
+38Lines changed: 38 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,44 @@ import TabItem from '@theme/TabItem';
10
10
11
11
## General Questions {#general-questions}
12
12
13
+
### How to trigger a CodeRabbit Review?
14
+
15
+
Once installed CodeRabbit automatically triggers a review when a pull request is opened against the main branch of any repostiory. This branch restriction can be customized in your settings.
16
+
17
+
You can also manually trigger a review at any time by commenting on a pull request with one of these commands (see [Commands](./commands.md) for full list):
18
+
19
+
-`@coderabbitai review` - Triggers a standard review
20
+
-`@coderabbitai full review` - Triggers a comprehensive review
21
+
22
+
### How to run a review from my IDE?
23
+
24
+
You can trigger CodeRabbit reviews directly from your IDE using our editor plugins:
25
+
26
+
-[VS Code Extension](./integrations/vscode.md) - For Visual Studio Code users
27
+
-[Cursor Plugin](./integrations/cursor.md) - For Cursor editor users
28
+
-[WindSurf Extension](./integrations/windsurf.md) - For WindSurf IDE users
29
+
30
+
These plugins allow you to request reviews without leaving your development environment. See the individual plugin documentation for installation and usage instructions.
31
+
32
+
### How to install CodeRabbit?
33
+
34
+
View step by step instructions depending on your platform:
35
+
36
+
<Tabs>
37
+
<TabItemvalue="github"label="GitHub"default>
38
+
See our [GitHub App installation guide](./installation/github.md) for step-by-step instructions.
39
+
</TabItem>
40
+
<TabItemvalue="gitlab"label="GitLab">
41
+
Follow our [GitLab integration guide](./installation/gitlab.md) to get started.
42
+
</TabItem>
43
+
<TabItemvalue="bitbucket"label="Bitbucket">
44
+
Check out the [Bitbucket installation steps](./installation/bitbucket.md) for detailed setup.
45
+
</TabItem>
46
+
<TabItemvalue="azure"label="Azure DevOps">
47
+
View our [Azure DevOps setup guide](./installation/azure.md) for complete installation instructions.
48
+
</TabItem>
49
+
</Tabs>
50
+
13
51
### How accurate is CodeRabbit?
14
52
15
53
> CodeRabbit demonstrates high accuracy in code reviews based on early adoption results. While 100% accuracy isn't guaranteed due to AI's evolving nature, our technology continuously improves through:
0 commit comments