# create-draft-pr > Create a draft pull request for the current branch - Author: Steven Winnick - Repository: stevenwinnick/ai-agent-config - Version: 20260206171949 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/stevenwinnick/ai-agent-config - Web: https://mule.run/skillshub/@@stevenwinnick/ai-agent-config~create-draft-pr:20260206171949 --- --- name: create-draft-pr description: Create a draft pull request for the current branch --- # Create Draft Pull Request 1. Determine if the current branch name starts with `CLOUDR-`. If so, this branch is implementing a Jira ticket, and that is the ticket ID. 2. Push the current branch to GitHub ```bash git push -u origin HEAD ``` 3. Create a draft PR - If the branch is implementing a Jira ticket, the PR title should start with the ticket ID wrapped in square brackets - Use the `pull-request-body` skill to format the pull request body ```bash gh pr create --draft \ --title "" \ --body "" ``` 4. Report the PR URL to the caller of this skill