# create-pr > Creates a pull request using the GitHub CLI. - Author: TheCactusBlue - Repository: TheCactusBlue/agentic-evolution - Version: 20260207224525 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/TheCactusBlue/agentic-evolution - Web: https://mule.run/skillshub/@@TheCactusBlue/agentic-evolution~create-pr:20260207224525 --- --- name: create-pr description: Creates a pull request using the GitHub CLI. --- Steps: 1. Push the current branch to origin if not already pushed. If there are uncommitted changes, use /commit first. 2. Use `gh pr create` to create the pull request. Keep in mind that the base branch is named `dev`, not `main`. 3. 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.