docs/integrations/github-integration.mdx
Vibe Kanban integrates with GitHub to let you create pull requests directly from your task attempts. This integration relies on the GitHub CLI (gh) being installed and authenticated on your system.
There is no need to configure GitHub in the Vibe Kanban settings manually. The integration is designed to work out-of-the-box if you have the GitHub CLI installed.
When you attempt to create your first Pull Request, Vibe Kanban will check if the GitHub CLI is available. If it's not found or not authenticated, you will be guided through the setup process:
You can also set up the integration manually in your terminal before using Vibe Kanban:
gh auth login
Once the GitHub CLI is ready, you can create pull requests directly from a task:
If the operation is successful, the task status will update, and a link to the new Pull Request will be available.