create-pr

Installation
SKILL.md

Create Pull Request

Create a pull request. If an issue number is provided in $ARGUMENTS, use it. If no issue is provided, continue without requiring one.

Workflow

Follow these steps:

  1. Check current git status and branch information

    • Run git status and git branch to understand the current state
  2. Create branch if needed

    • If no branch name is provided and we are on the main branch, create a branch based on the code changes
    • If working on a worktree, create a branch based on the worktree branch, don't change the name
    • Otherwise, work on the current branch
  3. Review commit history and code differences

    • Run git log and git diff main...HEAD to understand all changes from the main branch
Installs
1
GitHub Stars
8
First Seen
9 days ago
create-pr — joeseesun/qiaomu-english-learn