Automated Code Review

Review every PR with an AI agent. Catch bugs before they ship.

Spin up a dedicated Claude Code agent for each pull request. It reads the diff, checks for bugs, security issues, and style violations, then reports back through the amux board.

Setup

amux register reviewer --dir ~/Dev/app --yolo
amux start reviewer
amux send reviewer "Review PR #42: check for security issues, race conditions, and missing error handling"

Scale it up

With amux, you can run a reviewer agent per PR. The self-healing watchdog ensures they keep working even if Claude Code hits context limits.

Get started with amux

Run dozens of Claude Code agents in parallel. Python 3 + tmux. Open source.

git clone https://github.com/mixpeek/amux && cd amux && ./install.sh
amux register myproject --dir ~/Dev/myproject --yolo
amux start myproject
amux serve  # → https://localhost:8822
View on GitHub