Files
gh-l-sypniewski-claude-code…/commands/create-pr.md
2025-11-30 08:36:35 +08:00

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:

  1. Get current branch name
  2. Check git status and ensure branch is pushed to remote
  3. Get commit history since diverging from master
  4. Analyze both commit messages AND file diffs to understand all changes
  5. 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