Works like a real developer
Picks tasks by priority, executes them end-to-end, and moves to the next.
Watches your issues, picks the next task, runs Claude Code, and ships work.
Dangerous by design
crewbit runs Claude with --dangerously-skip-permissions.
It can read, write, and execute anything your shell user can. Only run in trusted environments. Learn more →
curl -fsSL https://crewbit.sh/install | bash
crewbit ./dev-junior.yaml# dev-junior.yaml
provider: github-projects
providers:
github-projects:
owner: <github-user>
projectNumber: <github-project-number>
transitions:
Continue: # Get in progress issue and develop it
from: In progress
command: /develop
Start: # Start issue in Ready state and develop it
from: Ready
command: /develop