Create a GitHub pull request with a structured description
Creates GitHub pull requests with structured descriptions and user approval.
/plugin marketplace add birdcar/claude-plugins/plugin install octoflow@birdcar-pluginsCreate GitHub pull requests with structured descriptions.
git log main..HEAD --oneline to see commits included in this PRgit diff main...HEAD --stat to see file changesgh pr create with the generated description## Summary
- {bullet point 1}
- {bullet point 2}
- {bullet point 3}
## Test plan
- [ ] {verification step 1}
- [ ] {verification step 2}
gh pr create --title "the pr title" --body "$(cat <<'EOF'
## Summary
- Change 1
- Change 2
## Test plan
- [ ] Verify change 1
- [ ] Verify change 2
EOF
)"
gh CLI is not installed, inform user how to install it