release-lanes
Installation
SKILL.md
Release Lanes
Use this when the user asks to maintain Plate latest and beta, promote beta
to stable, sync main into next, recover release lane drift, verify npm
dist-tags, or run the release lane after a stable release.
Core Take
CI owns publishing. This skill owns lane maintenance.
Do not create a routine main -> next sync PR. That path creates review churn
for deterministic release metadata conflicts. Sync directly with a merge commit,
repair known release metadata automatically, push next, then let release.yml
publish beta.
One invocation is permission to run the lane until completion. Ask again only for hard stops.