1.3 KiB
1.3 KiB
Please create a pull request with the changes on the current branch. $ARGUMENTS
IMPORTANT: Use planning mode for this command.
Follow these steps:
Planning Phase (Research Only):
- Check git status to ensure working tree is clean
- Verify current branch is not main/master
- Check if current branch tracks a remote branch and is up to date
- Run
git log --oneline main..HEADto see commits that will be included in PR - Run
git diff main...HEADto understand the full scope of changes - Analyze all changes and commits to create a comprehensive PR summary
- Draft PR title and description with:
- Title: Clear, descriptive title based on the changes
- Body: Include "## Summary" with bullet points, "## Test plan" checklist, and Claude signature
- Present the draft PR title and description using ExitPlanMode tool for user approval
Execution Phase (After User Approval):
- Push branch to remote with upstream tracking if needed
- Create PR using
gh pr createwith the approved title and description - Return the PR URL for easy access
Use the GitHub CLI (gh) for all GitHub-related operations. If $ARGUMENTS are provided, incorporate them as hints for the PR title or description.