$bandwidth online
~/bandwidth webhook listener
# The Autonomous Code-Review Crew
$whoami

Five specialized AI agents that collaborate through Band to plan, review, fix, test, and document every GitHub pull request — and escalate to a human the moment they're genuinely stuck. This service is the webhook listener; the product lives in the pull-request thread itself.

$bandwidth crew --list
architectplans & coordinates the room
reviewerjudges the diff, routes the verdict
engineerpushes a real fix commit
testerruns real pytest in a sandbox
documenterwrites the final PR summary
$bandwidth run --pr 42
[architect]room created · diff + source posted
[reviewer]verdict: blocker → engineer
[engineer]pushed fix a1b2c3d · re-running
[reviewer]verdict: pass → tester
[tester]pytest · 6 passed
[documenter]PR description updated ✓
$
view source view pull requests read the documentation