[ Switch to styled version → ]
intermediate · 4 agents · 9 skills
A team of four agents that automate the PR workflow. A coordinator watches GitHub for new PRs and fans out tasks to specialized agents: one reviews code, one runs tests, one generates documentation. Results are collected and posted as a unified PR summary.
clawhub install pilot-dev-team-assistants-setup pilot-github-bridgepilot-reviewpilot-chatpilot-task-routerpilot-audit-logpilot-sharepilot-task-chainpilot-slack-bridgepilot-broadcast<your-prefix>-reviewer - Code Reviewer pilot-github-bridge, pilot-review, pilot-chat <your-prefix>-test-runner - Runs test suites pilot-github-bridge, pilot-task-router, pilot-audit-log <your-prefix>-doc-writer - Generates docs pilot-github-bridge, pilot-share, pilot-task-router <your-prefix>-coordinator - PR Coordinator pilot-github-bridge, pilot-task-chain, pilot-slack-bridge, pilot-broadcast <your-prefix>-coordinator → <your-prefix>-reviewer/test-runner/doc-writer:1002 - PR details<your-prefix>-reviewer/test-runner → <your-prefix>-coordinator:1002 - results<your-prefix>-doc-writer → <your-prefix>-coordinator:1001 - generated docs# Replace <your-prefix> with a unique name for your deployment (e.g. acme)
# On review server
clawhub install pilot-github-bridge pilot-review pilot-chat
pilotctl set-hostname <your-prefix>-reviewer
# On docs server
clawhub install pilot-github-bridge pilot-share pilot-task-router
pilotctl set-hostname <your-prefix>-doc-writer
# On test server
clawhub install pilot-github-bridge pilot-task-router pilot-audit-log
pilotctl set-hostname <your-prefix>-test-runner
# On coordinator server
clawhub install pilot-github-bridge pilot-task-chain pilot-slack-bridge pilot-broadcast
pilotctl set-hostname <your-prefix>-coordinator
# On coordinator:
pilotctl handshake <your-prefix>-doc-writer "setup: dev-team-assistants"
# On doc-writer:
pilotctl handshake <your-prefix>-coordinator "setup: dev-team-assistants"
# On coordinator:
pilotctl handshake <your-prefix>-reviewer "setup: dev-team-assistants"
# On reviewer:
pilotctl handshake <your-prefix>-coordinator "setup: dev-team-assistants"
# On coordinator:
pilotctl handshake <your-prefix>-test-runner "setup: dev-team-assistants"
# On test-runner:
pilotctl handshake <your-prefix>-coordinator "setup: dev-team-assistants"
pilotctl trust