What problem does it solve? After shipping an SDK pod release from a release-<pkg>-<x.y.z> branch, the version bump and changelog metadata never reach main unless someone manually cherry-picks them, causing version drift and missing changelog entries. This Skill automates the follow-up backmerge PR so main stays aligned with what shipped. ## Core Features & Use Cases - Automated cherry-pick workflow: Resolves the release source range (from a chained release PR, a merged PR's squash commit, or an explicit --commit SHA) and cherry-picks it onto a backmerge/release-<pkg>-<x.y.z> branch with -x traceability. - No-op detection: Uses git merge-tree to detect when main already contains the release content, stopping before pushing an empty branch or failing gh pr create. - Guided conflict triage: Auto-resolves known conflicts (version field in package.json, regenerating the aggregated CHANGELOG.md) and hands control back to the user for anything else. - Use Case: After merging a release PR for release-wallet-1.4.0, invoke the Skill to open a [skiplog]-tagged PR that lands the version bump, changelog files, and NOTICE updates onto main. ## Quick Start Ask the assistant to run /sdk-backmerge with the release PR URL to open the backmerge PR that lands the release metadata onto main.