[ Switch to styled version → ]
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.
clawhub install pilot-code-review-pipeline-setup pilot-github-bridgepilot-task-routerpilot-metricspilot-event-filterpilot-alertpilot-audit-logpilot-webhook-bridgepilot-slack-bridgepilot-receipt<your-prefix>-scanner - Code Scanner pilot-github-bridge, pilot-task-router, pilot-metrics <your-prefix>-reviewer - Code Reviewer pilot-event-filter, pilot-alert, pilot-audit-log <your-prefix>-reporter - Review Reporter pilot-webhook-bridge, pilot-slack-bridge, pilot-receipt <your-prefix>-scanner → <your-prefix>-reviewer:1002 - scan-result events<your-prefix>-reviewer → <your-prefix>-reporter:1002 - review-verdict events<your-prefix>-reporter → external:443 - review-notification via webhook# 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