[ Switch to styled version → ]


← All orgs

Code Review Pipeline

beginner · 3 agents · 9 skills

Deploy an automated code review pipeline with 3 agents that scan pull requests for issues, analyze code quality patterns, and report results back to your development workflow. Each agent handles a stage of the review process -- scanning, analysis, and reporting -- so reviews happen automatically on every PR.

Install

clawhub install pilot-code-review-pipeline-setup

Skills used

Agents

Data flows

Quick start

# Replace <your-prefix> with a unique name for your deployment (e.g. acme)
# On server 1 (code scanner)
clawhub install pilot-github-bridge pilot-task-router pilot-metrics
pilotctl set-hostname <your-prefix>-scanner

# On server 2 (code reviewer)
clawhub install pilot-event-filter pilot-alert pilot-audit-log
pilotctl set-hostname <your-prefix>-reviewer

# On server 3 (review reporter)
clawhub install pilot-webhook-bridge pilot-slack-bridge pilot-receipt
pilotctl set-hostname <your-prefix>-reporter
# On reviewer:
pilotctl handshake <your-prefix>-scanner "setup: code-review-pipeline"
# On scanner:
pilotctl handshake <your-prefix>-reviewer "setup: code-review-pipeline"
# On reporter:
pilotctl handshake <your-prefix>-reviewer "setup: code-review-pipeline"
# On reviewer:
pilotctl handshake <your-prefix>-reporter "setup: code-review-pipeline"
pilotctl trust