What problem does it solve?
After a stable release, the beta lane (next) falls behind main, and manually syncing branches, watching CI runs, and verifying npm dist-tags is repetitive and error-prone. This Skill provides a one-command shortcut that runs the direct main-to-next sync without the full release-lane ceremony.
Core Features & Use Cases
- Direct Branch Sync: Runs the release-branch-prs script in dry-run, push, and verify modes to sync origin/main into origin/next.
- Workflow Monitoring: Watches only the GitHub Actions release and CI runs triggered by the pushed sync commit.
- Release Readback: Verifies npm dist-tags (latest and beta), GitHub releases, and cleans up stale sync PRs.
- Use Case: After publishing a stable release of platejs, invoke the shortcut to fast-forward the beta lane, confirm the release and CI runs pass, and report npm tag status in a five-line handoff.
Quick Start
Ask the assistant to run sync-main-to-next to push the latest main into the next branch and verify the release.