cyberneticlibrary

Recreate PRs with integrated feedback

recreate-prcommandsetup L1127
hiromaily/go-crypto-wallet
What it does

Copy PR with review comments summarized as fix checklist

Best for

Teams receiving multiple rounds of review where a fresh PR with consolidated feedback beats amended commits.

Inputs
  • · Original PR number
Outputs
  • · New branch with -v2 suffix
  • · Single consolidated commit (cherry-picked + squashed)
  • · New PR with review comments formatted as actionable checklist
  • · Link to original PR for context
Requires
  • · gh (GitHub CLI)
  • · git
Preconditions
  • · Original PR exists and is accessible
  • · Current user can push to repo
Failure modes
  • · cherry-pick conflicts — stops and asks user to resolve manually
  • · Review comments incomplete — uses available comments (may miss context)
  • · Auto-merge set on original PR — new PR may auto-merge before user reviews
Trust signals
  • · Explicit cherry-pick + squash (preserves original commits, produces clean merge commit)
  • · Review comments as structured checklist (not prose paraphrase)
  • · References original PR (traceability)