Create pull requests from sandbox environment changes
vibekit local pr
command creates a pull request on GitHub from the changes made in your sandbox environment. It integrates with your GitHub repository to streamline the code review process.
Option | Alias | Description | Default |
---|---|---|---|
--env <name> | -e | Environment name to use | Interactive prompt |
--title <title> | Pull request title | Auto-generated | |
--body <body> | Pull request description | Auto-generated | |
--branch <branch> | Target branch for PR | Repository default | |
--labels <labels> | Comma-separated list of labels | None | |
--draft | Create as draft pull request | false | |
--auto-merge | Enable auto-merge (requires repo settings) | false |
repo
- Full repository accesswrite:pull_requests
- Create and manage PRsread:user
- Read user profile datavibekit-{environment}-{timestamp}
vibekit-auth-env-20240115
bug
, enhancement
, feature
high
, medium
, low
frontend
, backend
, database
needs-review
, ready
.github/
(optional)vibekit local generate
- Generate code to include in PRvibekit local exec
- Test changes before PRvibekit local connect
- Review changes interactivelyvibekit local status
- Check environment state