See It In Action
Pull Request Creation Dialog

- Pre-fills title and description from your task details
- Lets you select the target branch (defaults to main/master)
- Validates that your branch is ready to go
- Provides direct links to your new pull request
Smart Push/PR Button

- “Create PR” when ready to share your work
- “Push X commits” when you have changes to upload
- “Push to PR” when updating an existing pull request
- “Pushed!” confirmation after successful operations
Each task attempt automatically creates an isolated git worktree, so you can work on multiple features simultaneously without conflicts.
Getting Started
Connect Your GitHub Account


- Click Sign in with GitHub
- Visit the provided GitHub URL in your browser
- Enter the device code shown in the dialog
- Authorize Vibe Kanban in your browser
- Return to complete the setup
repo
), basic profile info (read:user
), and email address (user:email
) for Git commits.
If you encounter permission issues when creating pull requests, you’ll be prompted to provide a Personal Access Token as a fallback authentication method.
Start Working with GitHub
1
Create or Import Projects
Create projects from existing Git repositories to enable GitHub features.
2
Work on Tasks
Create task attempts to start developing in isolated branches.
3
Push and Create PRs
Use the dynamic push/PR button in task attempts to share your work on GitHub.