Skip to content

Commit 2e542e5

Browse files
committed
add commands
1 parent 7edbf17 commit 2e542e5

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/guides/commands.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: CodeRabbit Commands
3+
sidebar_label: CodeRabbit Commands
4+
description:
5+
CodeRabbit offers various commands that can be invoked as PR comments to
6+
control the review process.
7+
sidebar_position: 3
8+
---
9+
10+
The following commands are available (invoked as PR comments):
11+
12+
- `@coderabbitai pause` to pause the reviews on a PR.
13+
- `@coderabbitai resume` to resume the paused reviews.
14+
- `@coderabbitai review` to trigger an incremental review. This is useful when
15+
automatic reviews are disabled for the repository.
16+
- `@coderabbitai full review` to do a full review from scratch and review all
17+
the files again.
18+
- `@coderabbitai summary` to regenerate the summary of the PR.
19+
- `@coderabbitai resolve` resolve all the CodeRabbit review comments.
20+
- `@coderabbitai configuration` to show the current CodeRabbit configuration for
21+
the repository.
22+
- `@coderabbitai help` to get help.

0 commit comments

Comments
 (0)