|
| 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. |