一键导入
这个仓库中的 skills
Cut a coco prerelease/RC from a dedicated `release/X.Y.Z-rc` branch. Use when the user asks to create a first or follow-up `vX.Y.Z-rc.N` release, version packages in Changesets prerelease mode, commit `.changeset/pre.json` plus package manifests and changelogs, tag the release commit, and push the prerelease branch and tag. Supports dry-run, preview, and rehearsal requests by stopping before push.
Cut a coco stable release from `master` or finalize one from an existing `release/X.Y.Z-rc` branch. Use when the user asks to create a stable `vX.Y.Z` release, run `changeset version` or `changeset pre exit` plus versioning, validate committed package manifests/changelogs, commit the release files, tag the release commit, and push `master` plus the tag. Supports dry-run, preview, and rehearsal requests by stopping before push.
Create the repo-ready PR draft block, branch suggestion, Conventional Commit-style title, and concise PR description for cashubtc/coco after substantive code changes. Use in the final handoff for runtime, test, docs-with-impact, or build/config work; skip only for trivial or conversation-only tasks, repo-meta or docs-only changes without behavior impact, or when the user explicitly says not to include it.