What problem does it solve? Cutting a barwise release involves a fragile sequence of npm version bumps, workspace dependency rewrites, version-sync updates, and tutorial regeneration, where skipping any step fails CI. This Skill encodes the exact commands and gotchas so releases succeed on the first attempt. ## Core Features & Use Cases - Coordinated version bump: Runs npm version across all workspaces with the correct flags, then rewrites internal @barwise/* dependency refs and refreshes the lockfile so npm ci passes. - Version-sync enforcement: Reminds you to bump the pinned SERVER_VERSION in packages/mcp/src/server.ts and regenerate the tutorial Markdown, both guarded by drift tests. - GitHub release creation: Tags the release, pushes to main, and creates the GitHub release that triggers the artifact build workflow (VSIX, CLI bundle, MCP bundle, SHA256SUMS). - Use Case: After merging a set of PRs to main, invoke this Skill to bump from v1.2.0 to v1.3.0, tag it, and publish the GitHub release without tripping the workspace-dependency or version-sync CI failures. ## Quick Start Cut a new patch release of barwise, bumping all package versions, tagging the commit, and creating the GitHub release.