Release Core (Test) Publish ONLY the package (and if needed) as a dev/test prerelease to npm under the dist-tag. This is a developer convenience for iterating on without going through the full release flow. What this skill does NOT do This skill is intentionally minimal. It does NOT : - Update or - Create a git tag - Create a GitHub release - Move any Linear issues - Open a pull request - Commit the version bump (the bumped is left as a local working-tree change) It also does NOT publish any other workspace package (no , no CLI, no , etc.). The only exception is , which is republished if and…