Skip to content

Commit

Permalink
add commands
Browse files Browse the repository at this point in the history
  • Loading branch information
harjotgill committed Jun 26, 2024
1 parent 7edbf17 commit 2e542e5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/guides/commands.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: CodeRabbit Commands
sidebar_label: CodeRabbit Commands
description:
CodeRabbit offers various commands that can be invoked as PR comments to
control the review process.
sidebar_position: 3
---

The following commands are available (invoked as PR comments):

- `@coderabbitai pause` to pause the reviews on a PR.
- `@coderabbitai resume` to resume the paused reviews.
- `@coderabbitai review` to trigger an incremental review. This is useful when
automatic reviews are disabled for the repository.
- `@coderabbitai full review` to do a full review from scratch and review all
the files again.
- `@coderabbitai summary` to regenerate the summary of the PR.
- `@coderabbitai resolve` resolve all the CodeRabbit review comments.
- `@coderabbitai configuration` to show the current CodeRabbit configuration for
the repository.
- `@coderabbitai help` to get help.

0 comments on commit 2e542e5

Please sign in to comment.