Auto PR

Auto PR works by leveraging your commit history and OpenAi to summarize work done on your feature branch. The more clear and your commit messages are the more accurate the generated response will be.

If succesfull, Auto PR will automatically open the PR in your browser! 🚀

Command

Within your repository directory and working branch:

Submit a PR to the main branch

Terminal

vx pr

Submit a PR to branch dev

Terminal

vx pr -b dev

Notes

Use the -n flag to prepend your own notes to the generated PR body useful for callouts, deployment steps, or anything the commit history won't capture.

Terminal

vx pr -n

PR Templates

If your repository uses a PR template within ./github/pull_request_template.md. Vexal is designed to automatically read in your PR template and will use it to generate your PR.

Was this page helpful?