Skip to content

crewbitYour AI developer on autopilot.

Watches your issues, picks the next task, runs Claude Code, and ships work.

Jira / Issue Tracker
crewbit
polling...
workspace
...

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 →

Install

bash
curl -fsSL https://crewbit.sh/install | bash
crewbit ./dev-junior.yaml

Workflow

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