Back to Code Review Agent

Install: Code Review Agent

Step-by-step installation guide

Prerequisites

OpenClaw v1.1+
Node 18+
GitHub API token
An API key for Anthropic

Step 1: Download the Build

Use the OpenClaw CLI to install this build:

openclaw install agentforge/code-review-agent

Or download the config files directly from the build page and extract to your project directory.

Step 2: Configure

Create a .env file in the project root:

ANTHROPIC_API_KEY=sk-ant-your-key-here

Configure your channels:

api: Set up API credentials in your config
slack: Set up API credentials in your config

Step 3: Build-Specific Setup

1. Install: openclaw install devmax/code-review

2. Create a GitHub personal access token

3. Add your repos in config/repos.json

4. Set up the webhook URL or use polling mode

5. Run openclaw start

Step 4: Run

openclaw start

Your agent should now be running! Test it by sending a message through your configured channel.