Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/kilo-docs/pages/automate/code-reviews/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ The GitHub App requests the following permissions:
- **Review Style** — Strict, Balanced, or Lenient
- **Repository Selection** — All repositories or select specific ones
- **Focus Areas** — Security, performance, bugs, style, testing, documentation
- **Max Review Time** — 5 to 30 minutes
- **Use REVIEW.md** — Load repository-specific review guidance, including sub-agent usage, from the base branch
4. Click **Save Configuration**

Expand Down Expand Up @@ -93,7 +92,7 @@ The repository list is synced from GitHub and can be refreshed from the configur

- Check the Code Reviews page for error details on specific reviews
- Ensure you have sufficient Kilo Code credits
- Very large PRs may time out — try increasing the max review time
- Very large PRs may time out — consider splitting the change into smaller PRs

### The GitHub App is missing permissions

Expand Down
3 changes: 1 addition & 2 deletions packages/kilo-docs/pages/automate/code-reviews/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Once connected, return here to configure the Review Agent.
- **Review Style** — Strict, Balanced, or Lenient
- **Repository Selection** — All repositories or select specific ones
- **Focus Areas** — Security, performance, bugs, style, testing, documentation
- **Max Review Time** — 5 to 30 minutes
- **Use REVIEW.md** — Load repository-specific review guidance, including sub-agent usage, from the base branch
4. Click **Save Configuration**

Expand Down Expand Up @@ -120,7 +119,7 @@ You need **Maintainer role** on the GitLab project. Both webhook creation and bo

- Check the Code Reviews page for error details
- Ensure you have sufficient Kilo Code credits
- Large MRs may time out — increase the max review time setting
- Large MRs may time out — consider splitting the change into smaller MRs

### No projects listed after connecting

Expand Down
8 changes: 3 additions & 5 deletions packages/kilo-docs/pages/automate/code-reviews/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ Before enabling Code Reviews:
4. Select a **Review Style** — Strict, Balanced, or Lenient.
5. Choose which **repositories** should receive automatic reviews.
6. Optionally select **Focus Areas** such as security, performance, bugs, style, testing, or documentation.
7. Set a **maximum review time** (5–30 minutes).
8. Optionally enable **Use REVIEW.md** and add a `REVIEW.md` file at the repository root to shape how the agent reviews your code.
7. Optionally enable **Use REVIEW.md** and add a `REVIEW.md` file at the repository root to shape how the agent reviews your code.

Once configured, the Review Agent runs automatically on PR/MR events. For platform-specific setup, see:

Expand Down Expand Up @@ -154,8 +153,7 @@ When a pull request or merge request is opened or updated:
- Summary findings
- Suggested fixes
- Risk and severity tagging
5. Reviews respect the **maximum time limit** you set.
6. Only repositories you’ve selected will trigger automatic analysis.
5. Only repositories you’ve selected will trigger automatic analysis.

Reviews are posted directly in your platform (GitHub or GitLab) as if coming from a team reviewer.

Expand Down Expand Up @@ -235,7 +233,7 @@ The Review Agent is ideal for:

## Limitations and Guidance

- Reviews can run for **up to 30 minutes** depending on your setting.
- Reviews are subject to a fixed time limit — consider splitting very large PRs into smaller ones.
- The agent reviews **only the changed files**, not the entire repository.
- Some highly dynamic or domain-specific code may require additional context in `REVIEW.md`.
- The agent will only run on **selected repositories**.
Expand Down
Loading