Prompt file imported from NomaDamas/AutoRAG-Research (
.claude/commands/pr.md). Copyright stays with the author.
Create a pull request from the current branch to main:
- Check current branch with
git branch --show-current - Ensure all changes are committed (run
git status) - Review the commits that will be included:
git log main..HEAD --oneline - Review the diff against main:
git diff main...HEAD --stat - Create PR using GitHub CLI:
gh pr create --base main --title "<descriptive title>" --body "<summary of changes>"
PR body should include:
- Summary of what was changed
- Any relevant context
- Testing notes if applicable
After creating, output the PR URL.