Steps:
- •Push the current branch to origin if not already pushed. If there are uncommitted changes, use /commit first.
- •Use
gh pr createto create the pull request. Keep in mind that the base branch is nameddev, notmain. - •Return the PR URL.
Write a concise PR title and description summarizing the changes. The description should include a comprehensive, yet concise description of everything that changed in the PR.
Do not describe every change verbatim: the diff viewer exists for that. Describe why, not how. DO NOT add an attribution footer.