617 B
617 B
Create a pull request for the current branch against master. Use both commit messages and diff on changed files to create a concise yet informative PR description.
WORKFLOW:
- Get current branch name
- Check git status and ensure branch is pushed to remote
- Get commit history since diverging from master
- Analyze both commit messages AND file diffs to understand all changes
- Create PR with:
- Clear title summarizing the changes
- Concise yet informative summary section with bullet points (synthesized from commits and diffs)
- Test plan section
- Claude Code attribution
BASE BRANCH: master