Automate hotfix backmerge flow

backmergeskillsetup L213
nudgebee/nudgebee
What it does

Automate hotfix backmerge chain prod test main

Best for

When releasing a hotfix and need to synchronize prod-test-main in proper order.

Inputs
  • · starting branch (default: prod)
Outputs
  • · two PRs created
  • · backmerge status summary
Requires
  • · gh CLI
  • · git
Preconditions
  • · git fetch current
  • · starting branch has commits ahead
Failure modes
  • · merge conflicts present
  • · PR already exists
  • · branch missing
Trust signals
  • · Branch-strategy comment in code
  • · conflict handling documented