create-pr
Installation
SKILL.md
User Input
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty).
Outline
-
Create PR: Create a new PR from the current branch. If current branch is
main, checkout to a new branch. Load the template in a temporary filetemplates/pull-request.md. -
Fill Metadata:
- Choose a prefix for the PR title. (available prefixes: feat, fix, refactor, docs, test, ci)
- Generate a good title for the PR. You can use the related issue title as a reference.
- Choose reviewers. Leave empty as default.
- Fill the content of the PR body.