Guides
Code Reviews
AI-assisted code review on every pull request
Rock8Cloud can automatically review pull request diffs with AI and post findings directly on the PR as a GitHub comment.
Enable
- Open the service Workflows tab
- Enable the AI Code Review workflow
- Configure which PR events trigger it (defaults to opened and synchronize)
Reviews run on every matching PR and post results as a comment on the pull request.
Trigger Behavior
- Opened — review runs when the PR is created
- Synchronize — review runs again when new commits are pushed
- Branch patterns control which PRs are reviewed (defaults to
*— all branches)
Reading Results
Review findings appear as a GitHub PR comment with:
- Issues grouped by severity
- File and line references
- Suggestions for improvement
Treat automated findings as guidance — always validate before merging.
Notifications
If the workflow has Notifications enabled, your project's notification channels receive alerts when reviews complete or fail. See Notifications.