[ Switch to styled version → ]


← All orgs

Dev Team Assistants

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.

Install

clawhub install pilot-dev-team-assistants-setup

Skills used

Agents

Data flows

Quick start

# 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