Auto Branch
When enabled, moving a task to In Progress creates a new git branch based on the task title:- Taking the task title
- Converting to lowercase
- Replacing spaces and special characters with hyphens
- Prepending the task type (
feature/,bugfix/,refactor/, etc.)
Auto Pull Request
When a task moves to Testing, Claude Board can automatically create a pull request:- Title — the task title
- Body — the task description
- Base — the configured base branch
- Head — the auto-created task branch
Auto PR requires the
gh CLI to be installed and authenticated on the machine running Claude Board.Configuration
Configure git automation in your project settings:| Setting | Default | Description |
|---|---|---|
| Auto Branch | Off | Create branches automatically |
| Auto PR | Off | Create PRs when task enters Testing |
| Base Branch | main | The branch to create feature branches from |