What problem does it solve? Maintainers of the vibecode-pro-max-kit harness need a safe, repeatable way to push improvements from their development repo to the remote kit repo without leaking project-specific content or skipping version bookkeeping. This Skill automates the diff, version bump, leak detection, commit, tag, push, and GitHub Release steps. ## Core Features & Use Cases - Resolver-driven diffing: Computes added, modified, deleted, and preserved files between the dev repo and kit repo using resolve-manifest.mjs and compute-sync-plan.mjs. - Leak detection gate: Scans the full shipped text surface for product names, absolute paths, and dangling context references, reverting changes if any leak is found. - Controlled release flow: Enforces two separate user confirmations (publish confirm and explicit push approval), bumps semver in vc-manifest.json, syncs the legacyDeletions ledger, creates a git tag, and publishes a GitHub Release. - Use Case: After adding a new skill and fixing a hook in the dev repo, run vc-publish to review the diff, bump the minor version, verify no project content leaks, and push v2.2.0 to the remote kit repo. ## Quick Start Ask the AI to publish the current harness improvements to the kit repo using the vc-publish skill and confirm the version bump type when prompted.